Skip to content

Commit a49bd32

Browse files
committed
cleanpu
1 parent 2a973b0 commit a49bd32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/v3/test_properties.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_basic_indexing(data: st.DataObject) -> None:
3131
assert_array_equal(nparray, zarray[:])
3232

3333

34-
@settings(report_multiple_bugs=False)
3534
@given(data=st.data())
3635
def test_vindex(data: st.DataObject) -> None:
3736
zarray = data.draw(arrays())

0 commit comments

Comments
 (0)