Skip to content

Commit 44579a1

Browse files
authored
Merge pull request #25615 from rgommers/tiny-all-fix
MAINT: add `newaxis` to `__all__` in `numpy.array_api` Original NumPy Commit: ed7a95e2f72817718586f1918551c3cf1f9502f1
2 parents d197e5e + 73c6f6b commit 44579a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
from ._constants import e, inf, nan, pi, newaxis
129129

130-
__all__ += ["e", "inf", "nan", "pi"]
130+
__all__ += ["e", "inf", "nan", "pi", "newaxis"]
131131

132132
from ._creation_functions import (
133133
asarray,

0 commit comments

Comments
 (0)