Skip to content

Commit 08ed8db

Browse files
committed
run black
1 parent 2e31696 commit 08ed8db

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
@@ -170,7 +170,7 @@ def led_on(self, led_code):
170170
171171
# Initialize Keybaord
172172
kbd = Keyboard(usb_hid.devices)
173-
173+
174174
# Press and release CapsLock.
175175
kbd.press(Keycode.CAPS_LOCK)
176176
time.sleep(.09)

0 commit comments

Comments
 (0)