From d4403c3b077be9a2c935a79210dc9a1205347c54 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 26 Nov 2022 14:41:20 +0100 Subject: [PATCH] Update pylint/checkers/logging.py --- pylint/checkers/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/checkers/logging.py b/pylint/checkers/logging.py index b3a6845b2f..1cfa33c0f6 100644 --- a/pylint/checkers/logging.py +++ b/pylint/checkers/logging.py @@ -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(