Skip to content

Commit 314d45e

Browse files
committed
ruff fix
1 parent 5c67734 commit 314d45e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/zarr/abc/store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from typing import Any, Self, TypeAlias
1313

1414
from zarr.core.buffer import Buffer, BufferPrototype
15-
from zarr.core.common import BytesLike
1615

1716
__all__ = ["ByteGetter", "ByteSetter", "Store", "set_or_delete"]
1817

src/zarr/storage/_fsspec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from fsspec.mapping import FSMap
2727

2828
from zarr.core.buffer import BufferPrototype
29-
from zarr.core.common import BytesLike
3029

3130

3231
ALLOWED_EXCEPTIONS: tuple[type[Exception], ...] = (

src/zarr/storage/_obstore.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from obstore.store import ObjectStore as _UpstreamObjectStore
2424

2525
from zarr.core.buffer import Buffer, BufferPrototype
26-
from zarr.core.common import BytesLike
2726

2827
__all__ = ["ObjectStore"]
2928

src/zarr/storage/_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from zarr.abc.store import ByteRequest
1111
from zarr.core.buffer import Buffer, BufferPrototype
12-
from zarr.core.common import BytesLike
1312

1413
from zarr.abc.store import Store
1514

0 commit comments

Comments
 (0)