Skip to content

Commit

Permalink
Unreachable code (#2483)
Browse files Browse the repository at this point in the history
Introduced by #2400 / e5135f9.
  • Loading branch information
DimitriPapadopoulos authored Nov 12, 2024
1 parent 97d654b commit 3ab3607
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 3ab3607

Please sign in to comment.