summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_first_arg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_first_arg.py')
-rw-r--r--pylint/test/input/func_first_arg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/input/func_first_arg.py b/pylint/test/input/func_first_arg.py
index 5180ca864..7df2fd20c 100644
--- a/pylint/test/input/func_first_arg.py
+++ b/pylint/test/input/func_first_arg.py
@@ -1,4 +1,4 @@
-# pylint: disable=C0111, W0232
+# pylint: disable=C0111, W0232, useless-object-inheritance
"""check for methods first arguments
"""