Skip to content

Commit efd745c

Browse files
committed
Remove redefinitions
1 parent 2baa4da commit efd745c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

array_api_compat/cupy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
unique_inverse,
6565
unique_values,
6666
var,
67+
vecdot,
6768
zeros,
6869
zeros_like,
6970
)
70-
from .linalg import matrix_transpose, vecdot
7171

7272
__all__ = []
7373

array_api_compat/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
unique_inverse,
6464
unique_values,
6565
var,
66+
vecdot,
6667
zeros,
6768
zeros_like,
6869
)
69-
from .linalg import matrix_transpose, vecdot
7070

7171
__all__ = []
7272

0 commit comments

Comments
 (0)