Skip to content

Commit 5193997

Browse files
Renamed keypad._EventQueue for parity with CircuitPython
1 parent 427cdfd commit 5193997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keypad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __repr__(self):
6767
)
6868

6969

70-
class _EventQueue:
70+
class EventQueue:
7171
"""
7272
A queue of `Event` objects, filled by a `keypad` scanner such as `Keys` or `KeyMatrix`.
7373

0 commit comments

Comments
 (0)