mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 15:24:14 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal
|
||||
|
||||
EVENTUAL: Literal[2]
|
||||
EVENTUAL_CONSISTENCY: Literal[2]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import datetime
|
||||
from _typeshed import Unused
|
||||
from collections.abc import Callable, Iterable, Sequence
|
||||
from typing import Any, NoReturn
|
||||
from typing_extensions import Literal, Self, TypeAlias
|
||||
from typing import Any, Literal, NoReturn
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
from google.cloud.ndb import exceptions, key as key_module, query as query_module, tasklets as tasklets_module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user