Skip to content

Commit 1593290

Browse files
committed
Fix crash in scipy documentation
1 parent 1c7f3cb commit 1593290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_extra/_lib/_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
is_writeable_array,
1717
)
1818

19-
__all__ = (
19+
__all__ = [
2020
"array_namespace",
2121
"device",
2222
"is_jax_array",
2323
"is_writeable_array",
24-
)
24+
]

0 commit comments

Comments
 (0)