Skip to content

Commit ab8e823

Browse files
authored
Merge branch 'main' into refactor/store-mode
2 parents 44f20ff + 3ab3607 commit ab8e823

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/core/array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,8 +1358,6 @@ async def info_complete(self) -> Any:
13581358
}
13591359
return self._info(extra=extra)
13601360

1361-
raise NotImplementedError
1362-
13631361
def _info(self, extra: dict[str, int] | None = None) -> Any:
13641362
kwargs: dict[str, Any] = {}
13651363
if self.metadata.zarr_format == 2:

0 commit comments

Comments
 (0)