autopep8: Update with changes to make autopep8 -a -a -a happy
This commit is contained in:
parent
a7541ad8b4
commit
44c28c8c16
26 changed files with 66 additions and 59 deletions
|
|
@ -519,11 +519,11 @@ class RunnerInfo:
|
|||
while i > 0 and name[i].isdigit():
|
||||
i -= 1
|
||||
|
||||
vstr = name[i+1:]
|
||||
vstr = name[i + 1:]
|
||||
if vstr:
|
||||
version = int(vstr)
|
||||
|
||||
return name[:i+1], version
|
||||
return name[:i + 1], version
|
||||
|
||||
|
||||
class Index:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue