Skip to content

Commit c28b5f1

Browse files
committed
Fix import
1 parent 078c823 commit c28b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_array_api_compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555

5656
from .linalg import matrix_transpose, vecdot
5757

58-
from .helpers import *
58+
from ._helpers import *

0 commit comments

Comments
 (0)