mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from collections.abc import Callable
|
||||
from typing import IO, Any, Generic, TypeVar, overload
|
||||
from typing_extensions import SupportsIndex
|
||||
from typing import IO, Any, Generic, SupportsIndex, TypeVar, overload
|
||||
|
||||
_TB = TypeVar("_TB", bound=_BaseEntry)
|
||||
_TP = TypeVar("_TP", bound=POFile)
|
||||
|
||||
Reference in New Issue
Block a user