Skip to content

Commit 51e312f

Browse files
Unreachable code
Introduced by zarr-developers#2400 / e5135f9.
1 parent 97d654b commit 51e312f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from __future__ import annotations
1+
topfrom __future__ import annotations
22

33
import json
44
from asyncio import gather
@@ -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)