Skip to content

Commit dbf2a43

Browse files
committed
lint
1 parent 5b4ba29 commit dbf2a43

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Not_A_Typewriter/Desktop_Not_A_Typewriter/CircuitPython_Serial_Typewriter/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
import usb_cdc
66

77
# Enable USB CDC (serial) communication
8-
usb_cdc.enable(console=True, data=True)
8+
usb_cdc.enable(console=True, data=True)

Not_A_Typewriter/Desktop_Not_A_Typewriter/keyboard_sender.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def __init__(self):
7171
keyboard.Key.cmd_r: 0x80,
7272
}
7373

74-
def find_feather_port(self):
74+
@staticmethod
75+
def find_feather_port():
7576
"""Find the Feather's serial port"""
7677
ports = serial.tools.list_ports.comports()
7778

0 commit comments

Comments
 (0)