mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -2,8 +2,8 @@ from _typeshed import HasFileno, OptExcInfo, ReadOnlyBuffer
|
||||
from _typeshed.wsgi import WSGIApplication
|
||||
from collections.abc import Callable
|
||||
from types import ModuleType
|
||||
from typing import Any, Protocol, overload
|
||||
from typing_extensions import Literal, Self, TypeAlias, final
|
||||
from typing import Any, Literal, Protocol, final, overload
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
import uwsgidecorators
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from collections.abc import Callable
|
||||
from typing import Any, Generic, TypeVar, overload
|
||||
from typing_extensions import Literal, ParamSpec
|
||||
from typing import Any, Generic, Literal, TypeVar, overload
|
||||
from typing_extensions import ParamSpec
|
||||
|
||||
from uwsgi import _RPCCallable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user