mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 12:56:51 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -2,8 +2,8 @@ import contextlib
|
||||
from _typeshed import Incomplete, SupportsWrite
|
||||
from collections.abc import Callable, Iterable, Iterator, Mapping, MutableMapping
|
||||
from types import TracebackType
|
||||
from typing import Any, ClassVar, Generic, NoReturn, TypeVar, overload
|
||||
from typing_extensions import Literal, Self
|
||||
from typing import Any, ClassVar, Generic, Literal, NoReturn, TypeVar, overload
|
||||
from typing_extensions import Self
|
||||
|
||||
from ._monitor import TMonitor
|
||||
from .utils import Comparable
|
||||
|
||||
Reference in New Issue
Block a user