summaryrefslogtreecommitdiff
path: root/tests/functional/a/access/access_to__name__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/a/access/access_to__name__.py')
-rw-r--r--tests/functional/a/access/access_to__name__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/a/access/access_to__name__.py b/tests/functional/a/access/access_to__name__.py
index 82dcdbe78..1a622824b 100644
--- a/tests/functional/a/access/access_to__name__.py
+++ b/tests/functional/a/access/access_to__name__.py
@@ -1,4 +1,4 @@
-# pylint: disable=too-few-public-methods, print-statement, useless-object-inheritance
+# pylint: disable=too-few-public-methods, useless-object-inheritance
"""test access to __name__ gives undefined member on new/old class instances
but not on new/old class object
"""