aports/testing/py3-bidict/no-typing-ext.patch
2024-03-16 15:22:28 +00:00

9 lines
325 B
Diff

diff --git a/tests/test_bidict.py b/tests/test_bidict.py
index 461d08b..d48ffe8 100644
--- a/tests/test_bidict.py
+++ b/tests/test_bidict.py
@@ -59,3 +59,3 @@ from hypothesis.strategies import sampled_from
from hypothesis.strategies import tuples
-from typing_extensions import assert_type
+from typing import assert_type