mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-28 20:42:19 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Callable, Generic, Mapping, TypeVar, overload
|
||||
from collections.abc import Callable, Mapping
|
||||
from typing import Any, Generic, TypeVar, overload
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user