summaryrefslogtreecommitdiff
path: root/test/input/func_w0613.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_w0613.py')
-rw-r--r--test/input/func_w0613.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/input/func_w0613.py b/test/input/func_w0613.py
index 1df71dd..333699c 100644
--- a/test/input/func_w0613.py
+++ b/test/input/func_w0613.py
@@ -1,4 +1,4 @@
-# pylint: disable=R0903
+# pylint: disable=R0903, print-statement
"""test unused argument
"""
@@ -40,4 +40,3 @@ class BBBB(object):
def __init__(self, arg):
"""Constructor with an extra parameter. Should raise a warning"""
self.spam = 1
-