We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8baa6 commit 8db0e7cCopy full SHA for 8db0e7c
src/array_api_typing/__init__.py
@@ -6,5 +6,5 @@
6
"__version_tuple__",
7
)
8
9
-from ._namespace import HasArrayNamespace
+from ._array import HasArrayNamespace
10
from ._version import version as __version__, version_tuple as __version_tuple__
src/array_api_typing/_namespace.py renamed to src/array_api_typing/_array.py
0 commit comments