mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from collections.abc import Callable, Iterable, Iterator
|
||||
from typing import Any, TypeVar
|
||||
from typing_extensions import TypeAlias, TypedDict
|
||||
from typing import Any, TypedDict, TypeVar
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_Callback: TypeAlias = Callable[[str, _Result], object]
|
||||
|
||||
Reference in New Issue
Block a user