Skip to content

Commit 0ab29d1

Browse files
committed
fixup
1 parent b710c64 commit 0ab29d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import zarr.store
44

55

6-
def test_put():
6+
def test_put() -> None:
77
store = zarr.store.MemoryStore({}, mode="w")
88
attrs = zarr.core.attributes.Attributes(
99
zarr.Group.from_store(store, attributes={"a": 1, "b": 2})

0 commit comments

Comments
 (0)