Skip to content

Commit 68c788f

Browse files
committed
Use * import for array_api_compat/__init__.py
1 parent 9b1110b commit 68c788f

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Diff for: array_api_compat/__init__.py

+1-15
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,4 @@
1919
"""
2020
__version__ = '1.4.1'
2121

22-
from .common import (
23-
array_namespace,
24-
get_namespace,
25-
is_array_api_obj,
26-
size,
27-
to_device,
28-
)
29-
30-
__all__ = [
31-
"array_namespace",
32-
"get_namespace",
33-
"is_array_api_obj",
34-
"size",
35-
"to_device",
36-
]
22+
from .common import * # noqa: F401, F403

0 commit comments

Comments
 (0)