Skip to content

Commit 1faccde

Browse files
committed
Linting
1 parent 8319f5f commit 1faccde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_extra/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
create_diagonal,
1111
expand_dims,
1212
kron,
13-
one_hot,
1413
nunique,
14+
one_hot,
1515
setdiff1d,
1616
sinc,
1717
)
@@ -32,8 +32,8 @@
3232
"isclose",
3333
"kron",
3434
"lazy_apply",
35-
"one_hot",
3635
"nunique",
36+
"one_hot",
3737
"pad",
3838
"setdiff1d",
3939
"sinc",

0 commit comments

Comments
 (0)