Skip to content

Commit 49851b5

Browse files
committed
Fix __all__ order in dask linalg
1 parent c5d55ae commit 49851b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: array_api_compat/dask/array/linalg.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
__all__ += [
3737
"EighResult",
3838
"QRResult",
39-
"SlogdetResult",
4039
"SVDResult",
41-
"qr",
40+
"SlogdetResult",
4241
"cholesky",
43-
"matrix_rank",
42+
"diagonal",
4443
"matrix_norm",
44+
"matrix_rank",
4545
"matrix_transpose",
46-
"vecdot",
46+
"qr",
4747
"svdvals",
48+
"vecdot",
4849
"vector_norm",
49-
"diagonal",
5050
]

0 commit comments

Comments
 (0)