We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70568d0 commit c46b51dCopy full SHA for c46b51d
array_api_tests/test_creation_functions.py
@@ -8,7 +8,7 @@
8
scalars, xps)
9
10
from hypothesis import assume, given
11
-from hypothesis.strategies import integers, floats, one_of, none, booleans, just, shared
+from hypothesis.strategies import integers, floats, one_of, none, booleans, just
12
13
int_range = integers(-MAX_ARRAY_SIZE, MAX_ARRAY_SIZE)
14
float_range = floats(-MAX_ARRAY_SIZE, MAX_ARRAY_SIZE,
0 commit comments