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 22592ec commit 6ad144dCopy full SHA for 6ad144d
src/zarr/storage/_local.py
@@ -54,7 +54,7 @@ def _put(
54
f.write(value.as_numpy_array()) # type: ignore[arg-type]
55
return None
56
else:
57
- view = memoryview(value.as_numpy_array())
+ view = memoryview(value.as_numpy_array()) # type: ignore[arg-type]
58
if exclusive:
59
mode = "xb"
60
0 commit comments