We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b710c64 commit 0ab29d1Copy full SHA for 0ab29d1
tests/v3/test_attributes.py
@@ -3,7 +3,7 @@
3
import zarr.store
4
5
6
-def test_put():
+def test_put() -> None:
7
store = zarr.store.MemoryStore({}, mode="w")
8
attrs = zarr.core.attributes.Attributes(
9
zarr.Group.from_store(store, attributes={"a": 1, "b": 2})
0 commit comments