summaryrefslogtreecommitdiff
path: root/tests/functional/a/access/access_attr_before_def_false_positive.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/a/access/access_attr_before_def_false_positive.py')
-rw-r--r--tests/functional/a/access/access_attr_before_def_false_positive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/a/access/access_attr_before_def_false_positive.py b/tests/functional/a/access/access_attr_before_def_false_positive.py
index 00b7e40ed..fbad8c377 100644
--- a/tests/functional/a/access/access_attr_before_def_false_positive.py
+++ b/tests/functional/a/access/access_attr_before_def_false_positive.py
@@ -1,5 +1,5 @@
# pylint: disable=invalid-name,too-many-public-methods,attribute-defined-outside-init
-# pylint: disable=no-absolute-import, useless-object-inheritance,too-few-public-methods
+# pylint: disable= useless-object-inheritance,too-few-public-methods
"""This module demonstrates a possible problem of pyLint with calling __init__ s
from inherited classes.
Initializations done there are not considered, which results in Error E0203 for