summaryrefslogtreecommitdiff
path: root/pylint/checkers/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/logging.py')
-rw-r--r--pylint/checkers/logging.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/checkers/logging.py b/pylint/checkers/logging.py
index a5b1edf..d20ff3e 100644
--- a/pylint/checkers/logging.py
+++ b/pylint/checkers/logging.py
@@ -14,6 +14,8 @@
"""checker for use of Python logging
"""
+import six
+
import astroid
from pylint import checkers
@@ -21,7 +23,6 @@ from pylint import interfaces
from pylint.checkers import utils
from pylint.checkers.utils import check_messages
-import six
MSGS = {