Skip to content

Commit c46b51d

Browse files
committed
Remove redundant st.shared import
1 parent 70568d0 commit c46b51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_creation_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
scalars, xps)
99

1010
from hypothesis import assume, given
11-
from hypothesis.strategies import integers, floats, one_of, none, booleans, just, shared
11+
from hypothesis.strategies import integers, floats, one_of, none, booleans, just
1212

1313
int_range = integers(-MAX_ARRAY_SIZE, MAX_ARRAY_SIZE)
1414
float_range = floats(-MAX_ARRAY_SIZE, MAX_ARRAY_SIZE,

0 commit comments

Comments
 (0)