summaryrefslogtreecommitdiff
path: root/tests/functional/u/used/used_before_assignment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/used/used_before_assignment.py')
-rw-r--r--tests/functional/u/used/used_before_assignment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/u/used/used_before_assignment.py b/tests/functional/u/used/used_before_assignment.py
index ca615c399..473af2b34 100644
--- a/tests/functional/u/used/used_before_assignment.py
+++ b/tests/functional/u/used/used_before_assignment.py
@@ -1,6 +1,5 @@
"""Miscellaneous used-before-assignment cases"""
# pylint: disable=consider-using-f-string, missing-function-docstring
-__revision__ = None
MSG = "hello %s" % MSG # [used-before-assignment]