mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-08 10:50:59 +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
|
||||
from typing import Any, TypeVar
|
||||
from typing_extensions import NotRequired, TypedDict
|
||||
from typing import Any, TypedDict, TypeVar
|
||||
from typing_extensions import NotRequired
|
||||
|
||||
TYPES_MAP: dict[str, str]
|
||||
REVERSE_TYPES_MAP: dict[str, tuple[str, ...]]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from collections.abc import Iterator
|
||||
from typing import ClassVar
|
||||
from typing_extensions import TypedDict
|
||||
from typing import ClassVar, TypedDict
|
||||
|
||||
from jmespath.exceptions import EmptyExpressionError as EmptyExpressionError, LexerError as LexerError
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from collections.abc import Callable, MutableMapping
|
||||
from typing import Any, ClassVar, NoReturn
|
||||
from typing_extensions import TypedDict
|
||||
from typing import Any, ClassVar, NoReturn, TypedDict
|
||||
|
||||
from jmespath.functions import Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user