aports/community/py3-usb-monitor/no-typing-ext.patch
2025-07-21 20:20:53 +02:00

10 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