From 3ab3607c418855f70754562c50301ec7e10c24ad Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:59:00 +0100 Subject: [PATCH] Unreachable code (#2483) Introduced by #2400 / e5135f9. --- src/zarr/core/array.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zarr/core/array.py b/src/zarr/core/array.py index 1808a8630..20446abe7 100644 --- a/src/zarr/core/array.py +++ b/src/zarr/core/array.py @@ -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: