Skip to content

Commit 38690bb

Browse files
committed
fix vendor test
1 parent d17fd2f commit 38690bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor_tests/test_vendor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ def test_vendor_extra():
1919

2020
def test_vendor_extra_uses_vendor_compat():
2121
from ._array_api_compat_vendor import array_namespace as n1
22-
from .array_api_extra._lib._compat import array_namespace as n2
22+
from .array_api_extra._lib._utils._compat import array_namespace as n2
2323

2424
assert n1 is n2

0 commit comments

Comments
 (0)