summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_w0613.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_w0613.py')
-rw-r--r--pylint/test/input/func_w0613.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/input/func_w0613.py b/pylint/test/input/func_w0613.py
index ea1ab29b3..02213c83b 100644
--- a/pylint/test/input/func_w0613.py
+++ b/pylint/test/input/func_w0613.py
@@ -1,4 +1,4 @@
-# pylint: disable=R0903, print-statement
+# pylint: disable=R0903, print-statement, useless-object-inheritance
"""test unused argument
"""
from __future__ import print_function