Skip to content

Commit b436fd8

Browse files
committed
Use direct array module when making xps namespace
1 parent c92dd09 commit b436fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from hypothesis.extra.array_api import make_strategies_namespace
22

3-
from . import _array_module as xp
3+
from ._array_module import mod as xp
44

55

66
xps = make_strategies_namespace(xp)

0 commit comments

Comments
 (0)