1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/py3-limits/our-std-is-good-enough.patch
Antoine Martin 261e389301 testing/py3-limits: upgrade to 3.14.1
* also enables check
2024-12-25 16:21:27 +00:00

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]