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 f1fb8d6 commit 33d91acCopy full SHA for 33d91ac
src/array_api_extra/_lib/_utils/_typing.py
@@ -8,4 +8,4 @@
8
DType = Any # type: ignore[no-any-explicit]
9
Index = Any # type: ignore[no-any-explicit]
10
11
-__all__ = ["Array", "Device", "DType", "Index"]
+__all__ = ["Array", "DType", "Device", "Index"]
0 commit comments