Skip to content

Commit

Permalink
Update pylint/checkers/logging.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 26, 2022
1 parent d483c83 commit b958d0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pylint/checkers/logging.py
Expand Up @@ -105,12 +105,7 @@
"warning",
}

MOST_COMMON_FORMATTING = {
"%s",
"%d",
"%f",
"%r",
}
MOST_COMMON_FORMATTING = frozenset("%s", "%d", "%f", "%r")


def is_method_call(
Expand Down

0 comments on commit b958d0a

Please sign in to comment.