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
|
|
@ -156,7 +156,7 @@ def test_rename_vg_group(tempdir):
|
|||
vg = find_vg(vgs, new_name)
|
||||
if vg:
|
||||
break
|
||||
time.sleep(0.250 * (i+1))
|
||||
time.sleep(0.250 * (i + 1))
|
||||
if not vg:
|
||||
raise RuntimeError(f"Could not find vg {new_name}")
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue