Skip to content

Commit 79c5a9f

Browse files
Remove dublicate code in __init__
1 parent 49576c8 commit 79c5a9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dpnp/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@
7575

7676
__all__ = _iface__all__
7777
__all__ += _ifaceutils__all__
78-
__all__ += ["scipy"]
7978

8079
# add submodules
81-
__all__ += ["linalg"]
80+
__all__ += ["linalg", "scipy"]
8281

8382

8483
__version__ = get_versions()["version"]

0 commit comments

Comments
 (0)