summaryrefslogtreecommitdiff
path: root/tests/functional/t/too/too_many_public_methods.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/t/too/too_many_public_methods.py')
-rw-r--r--tests/functional/t/too/too_many_public_methods.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/t/too/too_many_public_methods.py b/tests/functional/t/too/too_many_public_methods.py
index 11b4b367d..5f994a553 100644
--- a/tests/functional/t/too/too_many_public_methods.py
+++ b/tests/functional/t/too/too_many_public_methods.py
@@ -1,6 +1,6 @@
-# pylint: disable=missing-docstring, useless-object-inheritance
+# pylint: disable=missing-docstring
-class Aaaa(object): # [too-many-public-methods]
+class Aaaa: # [too-many-public-methods]
def __init__(self):
pass