Skip to content

Commit 5fbb8d9

Browse files
committed
cleanup trailing spaces for pylint
1 parent 8f89fe2 commit 5fbb8d9

File tree

1 file changed

+1
-1
lines changed
  • Metro/Metro_RP2350_Minesweeper

1 file changed

+1
-1
lines changed

Metro/Metro_RP2350_Minesweeper/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def hide_group(group):
291291
# read data from the mouse endpoint
292292
data_len = mouse.read(mouse_endpt, buf, timeout=10)
293293
if data_len > 0:
294-
break
294+
break
295295
except usb.core.USBTimeoutError:
296296
# if we get a timeout error, it means there is no data available
297297
pass

0 commit comments

Comments
 (0)