style fixes
This commit is contained in:
parent
3f84da8771
commit
47ec1d264c
@ -555,7 +555,7 @@ class HyASTCompiler(object):
|
||||
operator = expression.pop(0)
|
||||
values = []
|
||||
for child in expression:
|
||||
values.append (self.compile(child))
|
||||
values.append(self.compile(child))
|
||||
return ast.BoolOp(op=ops[operator](),
|
||||
lineno=operator.start_line,
|
||||
col_offset=operator.start_column,
|
||||
|
Loading…
Reference in New Issue
Block a user