Skip to content

Commit 33d91ac

Browse files
committed
lint
1 parent f1fb8d6 commit 33d91ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_utils/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
DType = Any # type: ignore[no-any-explicit]
99
Index = Any # type: ignore[no-any-explicit]
1010

11-
__all__ = ["Array", "Device", "DType", "Index"]
11+
__all__ = ["Array", "DType", "Device", "Index"]

0 commit comments

Comments
 (0)