cleaning the last bit up

This commit is contained in:
Paul R. Tagliamonte 2013-04-02 20:47:10 -04:00
parent c8d3a1859e
commit 26f38367e9

View File

@ -357,7 +357,6 @@ class HyASTCompiler(object):
if expr != []:
cond = self.compile(expr.pop(0))
lcmp = None
ret = ast.ListComp(
lineno=expr.start_line,
col_offset=expr.start_column,