forked from Mirror/pmbootstrap
treewide: fix various lint errors (MR 2197)
Fix errors found by new flake8 version
This commit is contained in:
parent
8d736c5fcc
commit
c88a18d3f6
3 changed files with 3 additions and 3 deletions
|
@ -177,7 +177,7 @@ def get_token(previous, rest):
|
|||
value = -1
|
||||
|
||||
# Get the next token (for non-leading zeros)
|
||||
if(not len(rest)):
|
||||
if not len(rest):
|
||||
next = "end"
|
||||
elif next == "invalid" and not invalid_suffix:
|
||||
(next, rest) = next_token(previous, rest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue