Skip to content

Commit b854ef9

Browse files
authored
Merge pull request #2 from BlitzCityDIY/main
fix spacing for rtd
2 parents b328804 + e665903 commit b854ef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_ch9328/ch9328.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def send_key_press(self, keys: typing.List[int], modifier: int = 0) -> None:
5050
Args:
5151
keys (list): List of up to 6 key codes to be pressed simultaneously.
5252
modifier (int, optional): Modifier key code (e.g., Shift, Ctrl)
53-
to be applied with the key presses.
5453
"""
5554
# Ensure keys has exactly 6 elements
5655
keys = keys + [0x00] * (6 - len(keys))

0 commit comments

Comments
 (0)