mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import sys
|
||||
from _typeshed import ConvertibleToFloat, Incomplete, StrOrBytesPath, Unused
|
||||
from collections.abc import Callable, Generator
|
||||
from typing import NamedTuple, TypeVar, overload
|
||||
from typing_extensions import Final, ParamSpec, TypeAlias
|
||||
from typing import Final, NamedTuple, TypeVar, overload
|
||||
from typing_extensions import ParamSpec, TypeAlias
|
||||
|
||||
from PIL import Image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user