mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 12:06:41 +02:00
11 lines
279 B
Diff
11 lines
279 B
Diff
--- ./limits/typing.py.orig
|
|
+++ ./limits/typing.py
|
|
@@ -13,7 +13,7 @@
|
|
Union,
|
|
)
|
|
|
|
-from typing_extensions import ClassVar, Counter, ParamSpec, Protocol, TypeAlias
|
|
+from typing import ClassVar, Counter, ParamSpec, Protocol, TypeAlias
|
|
|
|
Serializable = Union[int, str, float]
|
|
|