Skip to content

Commit 31e52ee

Browse files
author
Bob Abeles
committed
Fix black issue
1 parent 573d988 commit 31e52ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_hid/keyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, devices: Sequence[usb_hid.Device]) -> None:
7474
except OSError:
7575
time.sleep(1.0)
7676
raise OSError("HID device init timeout.")
77-
77+
7878
def press(self, *keycodes: int) -> None:
7979
"""Send a report indicating that the given keys have been pressed.
8080

0 commit comments

Comments
 (0)