summaryrefslogtreecommitdiff
path: root/test/functional/undefined_variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/undefined_variable.py')
-rw-r--r--test/functional/undefined_variable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/undefined_variable.py b/test/functional/undefined_variable.py
index 0b5f7aa..efaa1b8 100644
--- a/test/functional/undefined_variable.py
+++ b/test/functional/undefined_variable.py
@@ -1,5 +1,5 @@
"""Test warnings about access to undefined variables."""
-# pylint: disable=too-few-public-methods, no-init, no-self-use, old-style-class
+# pylint: disable=too-few-public-methods, no-init, no-self-use, old-style-class,print-statement
DEFINED = 1