mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from _typeshed import SupportsWrite
|
||||
from typing import Any, Callable, Generic, Iterable, Mapping, MutableMapping, TypeVar, overload
|
||||
from collections.abc import Callable, Iterable, Mapping, MutableMapping
|
||||
from typing import Any, Generic, TypeVar, overload
|
||||
|
||||
_MappingT = TypeVar("_MappingT", bound=Mapping[str, Any])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user