diff --git a/src/zarr/abc/store.py b/src/zarr/abc/store.py index 85e335089d..40c8129afe 100644 --- a/src/zarr/abc/store.py +++ b/src/zarr/abc/store.py @@ -2,7 +2,6 @@ from abc import ABC, abstractmethod from asyncio import gather -from types import TracebackType from typing import TYPE_CHECKING, NamedTuple, Protocol, runtime_checkable if TYPE_CHECKING: diff --git a/src/zarr/storage/remote.py b/src/zarr/storage/remote.py index 6945f129ed..0a0ec7f7cc 100644 --- a/src/zarr/storage/remote.py +++ b/src/zarr/storage/remote.py @@ -5,7 +5,6 @@ import fsspec from zarr.abc.store import ByteRangeRequest, Store -from zarr.core.buffer import Buffer from zarr.storage.common import _dereference_path if TYPE_CHECKING: