mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from _typeshed import OptExcInfo, StrOrBytesPath
|
||||
from collections.abc import Callable
|
||||
from types import FrameType, TracebackType
|
||||
from typing import IO, Any
|
||||
from typing_extensions import Final
|
||||
from typing import IO, Any, Final
|
||||
|
||||
__UNDEF__: Final[object] # undocumented sentinel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user