summaryrefslogtreecommitdiff
path: root/checkers/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/logging.py')
-rw-r--r--checkers/logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkers/logging.py b/checkers/logging.py
index 54ca97367..c71b46bbb 100644
--- a/checkers/logging.py
+++ b/checkers/logging.py
@@ -17,6 +17,7 @@
from logilab import astng
from pylint import checkers
from pylint import interfaces
+from logilab.common.compat import set
EAGER_STRING_INTERPOLATION = 'W6501'