Kaydet (Commit) fe9c71bc authored tarafından Georg Brandl's avatar Georg Brandl

Remove trailing comma.

üst 5addf700
...@@ -591,7 +591,7 @@ class CodeGenerator: ...@@ -591,7 +591,7 @@ class CodeGenerator:
self._implicitNameOp('LOAD', tmpname) self._implicitNameOp('LOAD', tmpname)
self.visit(node.expr) self.visit(node.expr)
self.emit('LIST_APPEND',) self.emit('LIST_APPEND')
for start, cont, anchor in stack: for start, cont, anchor in stack:
if cont: if cont:
......
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