Skip to content

Commit 3b7dea2

Browse files
committed
Optional annotation
1 parent 93d355e commit 3b7dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CursorManager:
4747
# pylint: disable=too-many-instance-attributes
4848

4949
def __init__(
50-
self, cursor: Cursor, shift_register_keys: ShiftRegisterKeys = None
50+
self, cursor: Cursor, shift_register_keys: Optional[ShiftRegisterKeys] = None
5151
) -> None:
5252
self._cursor = cursor
5353
self._is_clicked = False

0 commit comments

Comments
 (0)