diff --git a/src/zarr/core/array.py b/src/zarr/core/array.py index 1808a86302..1b00e2a6ac 100644 --- a/src/zarr/core/array.py +++ b/src/zarr/core/array.py @@ -1,4 +1,4 @@ -from __future__ import annotations +topfrom __future__ import annotations import json from asyncio import gather @@ -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: