Skip to content

Commit 8d19c0c

Browse files
committed
Remove experimental warning on import
1 parent ba454fb commit 8d19c0c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

array_api_strict/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@
115115
116116
"""
117117

118-
import warnings
119-
120-
warnings.warn(
121-
"The array_api_strict submodule is still experimental. See NEP 47.", stacklevel=2
122-
)
123-
124118
__array_api_version__ = "2022.12"
125119

126120
__all__ = ["__array_api_version__"]

0 commit comments

Comments
 (0)