mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@ import sys
|
||||
from _typeshed import ExcInfo, TraceFunction
|
||||
from collections.abc import Callable, Iterable, Mapping
|
||||
from types import CodeType, FrameType, TracebackType
|
||||
from typing import IO, Any, SupportsInt, TypeVar
|
||||
from typing_extensions import Literal, ParamSpec
|
||||
from typing import IO, Any, Literal, SupportsInt, TypeVar
|
||||
from typing_extensions import ParamSpec
|
||||
|
||||
__all__ = ["BdbQuit", "Bdb", "Breakpoint"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user