Skip to content

Commit 54dc480

Browse files
committed
Alias mod as _xp
1 parent d114745 commit 54dc480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

array_api_tests/__init__.py

Lines changed: 2 additions & 2 deletions
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 ._array_module import mod as xp
3+
from ._array_module import mod as _xp
44

55

6-
xps = make_strategies_namespace(xp)
6+
xps = make_strategies_namespace(_xp)

0 commit comments

Comments
 (0)