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 40bf561 commit fee728cCopy full SHA for fee728c
src/array_api_typing/__init__.py
@@ -1,5 +1,5 @@
1
"""Static typing support for the array API standard."""
2
3
-__all__: list[str] = []
+__all__ = ()
4
5
from ._version import version as __version__ , version_tuple as __version_tuple__
0 commit comments