Skip to content

Commit c1f3aa8

Browse files
Make mypy happy
1 parent 3d674cf commit c1f3aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/base_eventqueue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def insert(self, event: Event) -> None:
6969
trace('added event {event}', event=event)
7070
self.events.append(event)
7171

72-
def push(self, char: int | bytes) -> None:
72+
def push(self, char: int | bytes | str) -> None:
7373
"""
7474
Processes a character by updating the buffer and handling special key mappings.
7575
"""

0 commit comments

Comments
 (0)