Skip to content

Commit c27eea5

Browse files
committed
MAINT: Update numpy.core paths to numpy._core
MAINT: Update git submodules, fix test_format Original NumPy Commit: 47b70cbffd672849a5d3b9b6fa6e515700460fd0
1 parent c53f903 commit c27eea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ._manipulation_functions import reshape
1212
from ._array_object import Array
1313

14-
from numpy.core.numeric import normalize_axis_tuple
14+
from numpy._core.numeric import normalize_axis_tuple
1515

1616
from typing import TYPE_CHECKING
1717
if TYPE_CHECKING:

0 commit comments

Comments
 (0)