cleanup trailing spaces for pylint
This commit is contained in:
parent
8f89fe23c1
commit
5fbb8d9277
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ while True:
|
|||
# read data from the mouse endpoint
|
||||
data_len = mouse.read(mouse_endpt, buf, timeout=10)
|
||||
if data_len > 0:
|
||||
break
|
||||
break
|
||||
except usb.core.USBTimeoutError:
|
||||
# if we get a timeout error, it means there is no data available
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue