Skip to content

Commit a3423fe

Browse files
committed
Fix pyflakes issues
1 parent 933e610 commit a3423fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: array_api_tests/test_linalg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
import pytest
1717
from hypothesis import assume, given
1818
from hypothesis.strategies import (booleans, composite, none, tuples, integers,
19-
shared, sampled_from, one_of, data, just)
19+
shared, sampled_from, data, just)
2020
from ndindex import iter_indices
2121

22-
from .array_helpers import assert_exactly_equal, asarray, equal, zero, infinity
22+
from .array_helpers import assert_exactly_equal, asarray
2323
from .hypothesis_helpers import (xps, dtypes, shapes, kwargs, matrix_shapes,
2424
square_matrix_shapes, symmetric_matrices,
2525
positive_definite_matrices, MAX_ARRAY_SIZE,

0 commit comments

Comments
 (0)