Skip to content

Commit 6e5884b

Browse files
committed
Add _pad_states to __init__() per pylint recommendation
1 parent b0d6861 commit 6e5884b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class CursorManager:
3636
def __init__(self, cursor):
3737
self._cursor = cursor
3838
self._is_clicked = False
39+
self._pad_states = 0
3940
self._init_hardware()
4041

4142
def __enter__(self):

0 commit comments

Comments
 (0)