We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e235e20 commit f6757feCopy full SHA for f6757fe
Lib/_pyrepl/_module_completer.py
@@ -16,7 +16,6 @@
16
TYPE_CHECKING = False
17
18
if TYPE_CHECKING:
19
- from types import ModuleType
20
from typing import Any, Iterable, Iterator, Mapping
21
22
0 commit comments