Stop looping to do nothing, just pass.

This commit is contained in:
Neal Norwitz 2005-11-25 03:18:58 +00:00
parent d752f7d8e8
commit ef260c0803
1 changed files with 2 additions and 2 deletions

View File

@ -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