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