mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 14:46:55 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -3,8 +3,8 @@ import threading
|
||||
from collections.abc import Callable
|
||||
from queue import Queue
|
||||
from types import ModuleType, TracebackType
|
||||
from typing import Any, ClassVar, Generic, TypeVar
|
||||
from typing_extensions import ParamSpec, Self, TypedDict
|
||||
from typing import Any, ClassVar, Generic, TypedDict, TypeVar
|
||||
from typing_extensions import ParamSpec, Self
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_AbstractListener_T = TypeVar("_AbstractListener_T", bound=AbstractListener)
|
||||
|
||||
Reference in New Issue
Block a user