Skip to content

Commit 3ab3607

Browse files
Unreachable code (#2483)
Introduced by #2400 / e5135f9.
1 parent 97d654b commit 3ab3607

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)