Skip to content

Commit 1b9e818

Browse files
style: pre-commit fixes
1 parent b387820 commit 1b9e818

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/v3/test_properties.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
import hypothesis.extra.numpy as npst # noqa: E402
88
import hypothesis.strategies as st # noqa: E402
9-
from hypothesis import given, settings # noqa: E402
10-
from zarr.testing.strategies import arrays, numpy_arrays, basic_indices, zarr_formats # noqa: E402
9+
from hypothesis import given # noqa: E402
10+
11+
from zarr.testing.strategies import arrays, basic_indices, numpy_arrays, zarr_formats # noqa: E402
1112

1213

1314
@given(data=st.data(), zarr_format=zarr_formats)

0 commit comments

Comments
 (0)