Skip to content

Commit

Permalink
Unreachable code
Browse files Browse the repository at this point in the history
Introduced by zarr-developers#2400 / e5135f9.
  • Loading branch information
DimitriPapadopoulos committed Nov 12, 2024
1 parent 97d654b commit 51e312f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/zarr/core/array.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations
topfrom __future__ import annotations

import json
from asyncio import gather
Expand Down 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 51e312f

Please sign in to comment.