Skip to content

Commit fee728c

Browse files
nstarmanjorenham
andauthored
Apply suggestions from code review
Co-authored-by: Joren Hammudoglu <[email protected]> Signed-off-by: Nathaniel Starkman <[email protected]>
1 parent 40bf561 commit fee728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_typing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Static typing support for the array API standard."""
22

3-
__all__: list[str] = []
3+
__all__ = ()
44

55
from ._version import version as __version__ , version_tuple as __version_tuple__

0 commit comments

Comments
 (0)