summaryrefslogtreecommitdiff
path: root/tests/functional/n/no/no_warning_docstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/n/no/no_warning_docstring.py')
-rw-r--r--tests/functional/n/no/no_warning_docstring.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/n/no/no_warning_docstring.py b/tests/functional/n/no/no_warning_docstring.py
index 315eeeaab..c0d63df3f 100644
--- a/tests/functional/n/no/no_warning_docstring.py
+++ b/tests/functional/n/no/no_warning_docstring.py
@@ -1,8 +1,8 @@
''' Test for inheritance '''
-from __future__ import print_function
+
__revision__ = 1
-# pylint: disable=too-few-public-methods, using-constant-test, useless-object-inheritance
-class AAAA(object):
+# pylint: disable=too-few-public-methods, using-constant-test
+class AAAA:
''' class AAAA '''
def __init__(self):