Skip to content

Commit 0b28fc3

Browse files
committed
appease linter
1 parent 254cd4a commit 0b28fc3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/array_api_extra/__init__.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@
44

55
__version__ = "0.1.2.dev0"
66

7-
__all__ = ["__version__", "atleast_nd", "cov", "create_diagonal", "expand_dims", "kron", "sinc"]
7+
__all__ = [
8+
"__version__",
9+
"atleast_nd",
10+
"cov",
11+
"create_diagonal",
12+
"expand_dims",
13+
"kron",
14+
"sinc",
15+
]

0 commit comments

Comments
 (0)