Skip to content
Prev Previous commit
Next Next commit
Merge branch 'v3' into fix-prop-test-fillvalue
  • Loading branch information
dcherian authored Sep 25, 2024
commit b3878200d622d3bae4e0c00ee77a20c8d437009b
8 changes: 4 additions & 4 deletions tests/v3/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

pytest.importorskip("hypothesis")

import hypothesis.extra.numpy as npst # noqa
import hypothesis.strategies as st # noqa
from hypothesis import given, settings # noqa
from zarr.testing.strategies import arrays, numpy_arrays, basic_indices, zarr_formats # noqa
import hypothesis.extra.numpy as npst # noqa: E402
import hypothesis.strategies as st # noqa: E402
from hypothesis import given, settings # noqa: E402
from zarr.testing.strategies import arrays, numpy_arrays, basic_indices, zarr_formats # noqa: E402


@given(data=st.data(), zarr_format=zarr_formats)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.