pep8: Various manual fixes
This commit is contained in:
parent
d9065796e9
commit
db1618e86f
11 changed files with 30 additions and 34 deletions
|
|
@ -311,4 +311,3 @@ class StatementParser(object):
|
|||
t = self._tok.tok(pos)
|
||||
return (pos+1, [float(v) for v in t.value()]) \
|
||||
if t.is_layout_tm() else (pos, None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue