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 b958d0a commit d4403c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/logging.py
Expand Up @@ -105,7 +105,7 @@
"warning",
}

MOST_COMMON_FORMATTING = frozenset("%s", "%d", "%f", "%r")
MOST_COMMON_FORMATTING = frozenset(["%s", "%d", "%f", "%r"])


def is_method_call(
Expand Down

0 comments on commit d4403c3

Please sign in to comment.