Commit ef260c08 authored by Neal Norwitz's avatar Neal Norwitz

Stop looping to do nothing, just pass.

parent d752f7d8
......@@ -38,8 +38,8 @@ class SyntaxErrorChecker:
def visitAssign(self, node):
# the transformer module handles many of these
for target in node.nodes:
pass
pass
## for target in node.nodes:
## if isinstance(target, ast.AssList):
## if target.lineno is None:
## target.lineno = node.lineno
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment