Skip to content

Commit f93ced2

Browse files
committed
format
1 parent 3727b4a commit f93ced2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import hypothesis.extra.numpy as npst # noqa: E402
88
import hypothesis.strategies as st # noqa: E402
9-
from hypothesis import assume, given, reproduce_failure # noqa: E402
9+
from hypothesis import assume, given # noqa: E402
1010

1111
from zarr.testing.strategies import arrays, basic_indices, numpy_arrays, zarr_formats # noqa: E402
1212

tests/test_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_v2_filters_codecs(filters: Any) -> None:
141141

142142
@pytest.mark.parametrize(
143143
"dtype_expected",
144-
# [["b", "zstd"], ["i", "zstd"], ["f", "zstd"], ["|S1", "vlen-utf8"], ["|U1", "vlen-utf8"]],
144+
# [["b", "zstd"], ["i", "zstd"], ["f", "zstd"], ["|S1", "vlen-utf8"], ["|U1", "vlen-utf8"]],
145145
[["|S1", "vlen-bytes"]],
146146
)
147147
def test_default_filters_and_compressor(dtype_expected: Any) -> None:

0 commit comments

Comments
 (0)