mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
from _typeshed import structseq
|
||||
from typing import Any, Protocol
|
||||
from typing_extensions import Final, Literal, TypeAlias, final
|
||||
from typing import Any, Final, Literal, Protocol, final
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
_TimeTuple: TypeAlias = tuple[int, int, int, int, int, int, int, int, int]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user