mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +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 ConvertibleToInt
|
||||
from collections.abc import Callable, Iterable, Sequence
|
||||
from datetime import datetime
|
||||
from typing import NamedTuple, SupportsInt, TypeVar
|
||||
from typing_extensions import Final, ParamSpec, SupportsIndex, TypeAlias
|
||||
from typing import Final, NamedTuple, SupportsIndex, SupportsInt, TypeVar
|
||||
from typing_extensions import ParamSpec, TypeAlias
|
||||
|
||||
from pyscreeze import (
|
||||
center as center,
|
||||
|
||||
Reference in New Issue
Block a user