mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 00:28:28 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from collections.abc import Callable, Generator, Mapping, Sequence
|
||||
from types import ModuleType
|
||||
from typing import Any, TypeVar, overload
|
||||
from typing_extensions import TypeAlias, TypedDict
|
||||
from typing import Any, TypedDict, TypeVar, overload
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from ._result import _Result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user