mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -3,8 +3,8 @@ import sys
|
||||
from collections.abc import Callable, Iterable, Iterator
|
||||
from contextlib import contextmanager
|
||||
from re import Pattern
|
||||
from typing import Any, ClassVar, TypeVar, overload
|
||||
from typing_extensions import Literal, ParamSpec, TypeAlias
|
||||
from typing import Any, ClassVar, Literal, TypeVar, overload
|
||||
from typing_extensions import ParamSpec, TypeAlias
|
||||
|
||||
from pyflakes.messages import Message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user