Skip to content

Commit 41badb4

Browse files
committed
Remove event param from _store_button_states() method docstring
1 parent 73653bb commit 41badb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ def _read_joystick_y(self, samples=3):
136136
def _store_button_states(self):
137137
"""Stores the state of the PyBadge's D-Pad or the PyGamer's Joystick
138138
into a byte
139-
140-
:param Event event: The latest button press transition event detected.
141139
"""
142140
bit_index = self._event.key_number
143141
current_state = (self._pad_states >> bit_index) & 1

0 commit comments

Comments
 (0)