Skip to content

Commit

Permalink
Merge branch 'main' into refactor/store-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Nov 12, 2024
2 parents 44f20ff + 3ab3607 commit ab8e823
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/zarr/core/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -1358,8 +1358,6 @@ async def info_complete(self) -> Any:
}
return self._info(extra=extra)

raise NotImplementedError

def _info(self, extra: dict[str, int] | None = None) -> Any:
kwargs: dict[str, Any] = {}
if self.metadata.zarr_format == 2:
Expand Down

0 comments on commit ab8e823

Please sign in to comment.