mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 01:28:29 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from _typeshed import StrPath, SupportsRead
|
||||
from collections.abc import MutableSequence, Sequence
|
||||
from typing import Any
|
||||
from typing_extensions import Literal
|
||||
from typing import Any, Literal
|
||||
|
||||
g_token_cache: dict[str, list[tuple[str, str]]] # undocumented
|
||||
python3: Literal[True]
|
||||
|
||||
Reference in New Issue
Block a user