Skip to content

Commit fd376a3

Browse files
style: pre-commit fixes
1 parent 1ef58f8 commit fd376a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ def test_append_bad_shape(store: MemoryStore, zarr_format: int) -> None:
606606
with pytest.raises(ValueError):
607607
z.append(b)
608608

609+
609610
@pytest.mark.parametrize("order", ["C", "F", None])
610611
@pytest.mark.parametrize("zarr_format", [2, 3])
611612
@pytest.mark.parametrize("store", ["memory"], indirect=True)

0 commit comments

Comments
 (0)