summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_e12xx.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_e12xx.py')
-rw-r--r--pylint/test/input/func_e12xx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/test/input/func_e12xx.py b/pylint/test/input/func_e12xx.py
index 67475d1..74984d9 100644
--- a/pylint/test/input/func_e12xx.py
+++ b/pylint/test/input/func_e12xx.py
@@ -2,9 +2,10 @@
"""Test checking of log format strings
"""
+import logging
+
__revision__ = ''
-import logging
def pprint():
"""Test string format in logging statements.