summaryrefslogtreecommitdiff
path: root/pylint/test/functional/undefined_variable_py30.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/undefined_variable_py30.py')
-rw-r--r--pylint/test/functional/undefined_variable_py30.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/functional/undefined_variable_py30.py b/pylint/test/functional/undefined_variable_py30.py
index 712a096..3695cf1 100644
--- a/pylint/test/functional/undefined_variable_py30.py
+++ b/pylint/test/functional/undefined_variable_py30.py
@@ -1,7 +1,7 @@
"""Test warnings about access to undefined variables
for various Python 3 constructs. """
# pylint: disable=too-few-public-methods, no-init, no-self-use
-
+# pylint: disable=wrong-import-position
class Undefined:
""" test various annotation problems. """