summaryrefslogtreecommitdiff
path: root/test/input/func_noerror_access_attr_before_def_false_positive.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_noerror_access_attr_before_def_false_positive.py')
-rw-r--r--test/input/func_noerror_access_attr_before_def_false_positive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_noerror_access_attr_before_def_false_positive.py b/test/input/func_noerror_access_attr_before_def_false_positive.py
index 7f8bbb4..c721278 100644
--- a/test/input/func_noerror_access_attr_before_def_false_positive.py
+++ b/test/input/func_noerror_access_attr_before_def_false_positive.py
@@ -1,4 +1,4 @@
-#pylint: disable=C0103,R0904,R0903,W0201,old-style-class
+#pylint: disable=C0103,R0904,R0903,W0201,old-style-class,print-statement
"""
This module demonstrates a possible problem of pyLint with calling __init__ s
from inherited classes.