mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import sys
|
||||
from _typeshed import SupportsRead
|
||||
from collections.abc import Callable, Iterable, Iterator
|
||||
from importlib.abc import Loader, MetaPathFinder, PathEntryFinder
|
||||
from typing import IO, Any, Callable, Iterable, Iterator, NamedTuple, TypeVar
|
||||
from typing import IO, Any, NamedTuple, TypeVar
|
||||
|
||||
__all__ = [
|
||||
"get_importer",
|
||||
|
||||
Reference in New Issue
Block a user