mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from _typeshed import IdentityFunction
|
||||
from collections.abc import Callable, Sequence
|
||||
from logging import Logger
|
||||
from typing import Any, Callable, Sequence, TypeVar
|
||||
from typing import Any, TypeVar
|
||||
|
||||
_R = TypeVar("_R")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user