Skip to content

Commit 1197bbe

Browse files
Multiple imports for an import name (#2367)
Co-authored-by: Joe Hamman <[email protected]>
1 parent e0c4f6e commit 1197bbe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/zarr/abc/store.py

-1
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

-1
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)