summaryrefslogtreecommitdiff
path: root/test/input/func_typecheck_callfunc_assigment.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_typecheck_callfunc_assigment.py')
-rw-r--r--test/input/func_typecheck_callfunc_assigment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_typecheck_callfunc_assigment.py b/test/input/func_typecheck_callfunc_assigment.py
index 838b27c..3a668ab 100644
--- a/test/input/func_typecheck_callfunc_assigment.py
+++ b/test/input/func_typecheck_callfunc_assigment.py
@@ -1,4 +1,4 @@
-# pylint: disable=R0921
+# pylint: disable=R0921, print-statement
"""check assignment to function call where the function doesn't return
'E1111': ('Assigning to function call which doesn\'t return',