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
|
|
@ -158,7 +158,7 @@ def test_clear_fd_wait(tempdir):
|
|||
thread.start()
|
||||
barrier.wait()
|
||||
|
||||
lo.clear_fd_wait(f.fileno(), 4*delay_time, delay_time/10)
|
||||
lo.clear_fd_wait(f.fileno(), 4 * delay_time, delay_time / 10)
|
||||
|
||||
# no timeout exception has occurred and thus the device
|
||||
# must not be be bound to the original file anymore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue