Skip to content

Commit a185813

Browse files
committed
Remove redundant imports
1 parent e44051d commit a185813

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

array_api_tests/hypothesis_helpers.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
from operator import mul
33
from math import sqrt
44

5-
from hypothesis.strategies import (lists, integers, builds, sampled_from,
6-
shared, tuples as hypotheses_tuples,
7-
floats, just, composite, one_of, none,
8-
booleans, SearchStrategy)
5+
from hypothesis.strategies import (lists, integers, sampled_from,
6+
shared, floats, just, composite, one_of,
7+
none, booleans, SearchStrategy)
98
from hypothesis.extra.array_api import make_strategies_namespace
109
from hypothesis import assume
1110

0 commit comments

Comments
 (0)