Skip to content

Commit 58c75af

Browse files
Multiple imports for an import name
1 parent 840a3f7 commit 58c75af

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/zarr/abc/store.py

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

33
from abc import ABC, abstractmethod
44
from asyncio import gather
5-
from types import TracebackType
65
from typing import TYPE_CHECKING, NamedTuple, Protocol, runtime_checkable
76

87
if TYPE_CHECKING:

src/zarr/storage/remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import fsspec
66

77
from zarr.abc.store import ByteRangeRequest, Store
8-
from zarr.core.buffer import Buffer
98
from zarr.storage.common import _dereference_path
109

1110
if TYPE_CHECKING:

0 commit comments

Comments
 (0)