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 82ce2f8 commit 5c9b67cCopy full SHA for 5c9b67c
src/zarr/testing/stateful.py
@@ -161,7 +161,7 @@ def add_array(
161
@with_frequency(0.25)
162
def clear(self) -> None:
163
note("clearing")
164
- import zarr
+ import zarr # pylint: disable=reimported
165
166
self._sync(self.store.clear())
167
self._sync(self.model.clear())
tests/test_array.py
@@ -66,7 +66,6 @@
66
from zarr.core.group import AsyncGroup
67
from zarr.core.indexing import BasicIndexer, _iter_grid, _iter_regions
68
from zarr.core.metadata.v2 import ArrayV2Metadata
69
-from zarr.core.metadata.v3 import ArrayV3Metadata
70
from zarr.core.sync import sync
71
from zarr.errors import (
72
ContainsArrayError,
0 commit comments