Skip to content

Commit 3f25af0

Browse files
committed
Revert import change in test_signatures.py
1 parent 7623741 commit 3f25af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

array_api_tests/test_signatures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def squeeze(x, /, axis):
3232
from . import dtype_helpers as dh
3333
from . import hypothesis_helpers as hh
3434
from . import xps
35-
from ._array_module import _UndefinedStub, mod as xp
35+
from ._array_module import _UndefinedStub
36+
from ._array_module import mod as xp
3637
from .stubs import array_methods, category_to_funcs, extension_to_funcs
3738
from .typing import Array, DataType
3839

0 commit comments

Comments
 (0)