cleaning the last bit up
This commit is contained in:
parent
c8d3a1859e
commit
26f38367e9
@ -357,7 +357,6 @@ class HyASTCompiler(object):
|
|||||||
if expr != []:
|
if expr != []:
|
||||||
cond = self.compile(expr.pop(0))
|
cond = self.compile(expr.pop(0))
|
||||||
|
|
||||||
lcmp = None
|
|
||||||
ret = ast.ListComp(
|
ret = ast.ListComp(
|
||||||
lineno=expr.start_line,
|
lineno=expr.start_line,
|
||||||
col_offset=expr.start_column,
|
col_offset=expr.start_column,
|
||||||
|
Loading…
Reference in New Issue
Block a user