Skip to content

Commit bca1298

Browse files
committed
remove type hints
1 parent 1c45c36 commit bca1298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/_pyrepl/unix_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def change_encoding(self, encoding: str) -> None:
226226
"""
227227
self.encoding = encoding
228228

229-
def refresh(self, screen: list[str], c_xy: tuple[int, int]) -> None:
229+
def refresh(self, screen, c_xy):
230230
"""
231231
Refresh the console screen.
232232

0 commit comments

Comments
 (0)