Skip to content

Commit 73c6f6b

Browse files
committed
MAINT: add newaxis to __all__ in numpy.array_api
Follows up on a post-merge comment in gh-25146. [skip ci] Original NumPy Commit: 066b901b76b89a529a09588c129d79c832bffc6a
1 parent d197e5e commit 73c6f6b

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)