Skip to content

Commit b71bf13

Browse files
committed
Add missing import
1 parent dacb6b6 commit b71bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from .hypothesis_helpers import (xps, dtypes, shapes, kwargs, matrix_shapes,
2222
square_matrix_shapes, symmetric_matrices,
2323
positive_definite_matrices, MAX_ARRAY_SIZE,
24-
invertible_matrices,
24+
invertible_matrices, two_mutual_arrays,
2525
mutually_promotable_dtypes)
2626
from .pytest_helpers import raises
2727

0 commit comments

Comments
 (0)