Skip to content

Commit dbe6094

Browse files
Fix mypy
1 parent 55a016f commit dbe6094

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Lib/_pyrepl/reader.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@
3434

3535
# types
3636
Command = commands.Command
37-
from .types import (
38-
Callable,
39-
Callback,
40-
Iterator,
41-
SimpleContextManager,
42-
KeySpec,
43-
CommandName,
44-
)
37+
from collections.abc import Callable, Iterator
38+
from .types import Callback, SimpleContextManager, KeySpec, CommandName
4539

4640

4741
# syntax classes

0 commit comments

Comments
 (0)