summaryrefslogtreecommitdiff
path: root/checkers/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/variables.py')
-rw-r--r--checkers/variables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkers/variables.py b/checkers/variables.py
index 6fba97d..aa63177 100644
--- a/checkers/variables.py
+++ b/checkers/variables.py
@@ -831,7 +831,6 @@ class VariablesChecker3k(VariablesChecker):
# do not check for not used locals here
self._to_consume.pop()
- @check_messages('undefined-variable')
def leave_module(self, node):
""" Update consumption analysis variable
for metaclasses.