summaryrefslogtreecommitdiff
path: root/tests/functional/l/len_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/l/len_checks.py')
-rw-r--r--tests/functional/l/len_checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/l/len_checks.py b/tests/functional/l/len_checks.py
index d7db14ddd..216a7e672 100644
--- a/tests/functional/l/len_checks.py
+++ b/tests/functional/l/len_checks.py
@@ -1,5 +1,5 @@
# pylint: disable=too-few-public-methods,import-error, no-absolute-import,missing-docstring, misplaced-comparison-constant
-# pylint: disable=useless-super-delegation,wrong-import-position,invalid-name, wrong-import-order
+# pylint: disable=useless-super-delegation,wrong-import-position,invalid-name, wrong-import-order, condition-evals-to-constant
if len('TEST'): # [len-as-condition]
pass