summaryrefslogtreecommitdiff
path: root/tests/input
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input')
-rw-r--r--tests/input/func_typecheck_callfunc_assigment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/input/func_typecheck_callfunc_assigment.py b/tests/input/func_typecheck_callfunc_assigment.py
index 36d476e89..e493014e2 100644
--- a/tests/input/func_typecheck_callfunc_assigment.py
+++ b/tests/input/func_typecheck_callfunc_assigment.py
@@ -1,4 +1,4 @@
-# pylint: disable=useless-return, useless-object-inheritance
+# pylint: disable=useless-return, useless-object-inheritance, condition-evals-to-constant
"""check assignment to function call where the function doesn't return
'E1111': ('Assigning to function call which doesn\'t return',