We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17fd2f commit 38690bbCopy full SHA for 38690bb
vendor_tests/test_vendor.py
@@ -19,6 +19,6 @@ def test_vendor_extra():
19
20
def test_vendor_extra_uses_vendor_compat():
21
from ._array_api_compat_vendor import array_namespace as n1
22
- from .array_api_extra._lib._compat import array_namespace as n2
+ from .array_api_extra._lib._utils._compat import array_namespace as n2
23
24
assert n1 is n2
0 commit comments