Stop looping to do nothing, just pass.
This commit is contained in:
parent
d752f7d8e8
commit
ef260c0803
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue