Skip to content

Commit 8330e4c

Browse files
committed
fix pylint for usb foot switch code
fix pylint for usb foot switch code
1 parent 1f6908d commit 8330e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Three_Button_USB_FootSwitch/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020

2121
# the keyboard object!
22-
cc = ConsumerControl(usb_hid.devices) # List of available controls https://circuitpython.readthedocs.io/projects/hid/en/latest/api.html#adafruit-hid-keycode-keycode
22+
cc = ConsumerControl(usb_hid.devices)
2323
# our array of button objects
2424
buttons = []
2525

0 commit comments

Comments
 (0)