12 lines
279 B
Diff
12 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]
|
||
|
|