Skip to content

Commit 961eb60

Browse files
committed
format
1 parent f0cea69 commit 961eb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,4 +1006,4 @@ async def test_metadata_validation_error() -> None:
10061006
def test_zarr_save(store: Store) -> None:
10071007
a = np.arange(1000).reshape(10, 10, 10)
10081008
zarr.save(StorePath(store), a, mode="w")
1009-
assert_array_equal(zarr.load(store)[...], a) # type: ignore[index]
1009+
assert_array_equal(zarr.load(store)[...], a) # type: ignore[index]

0 commit comments

Comments
 (0)