We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55e109 commit dccd7cbCopy full SHA for dccd7cb
1 file changed
src/zarr/store/remote.py
@@ -4,6 +4,7 @@
4
from typing import TYPE_CHECKING, Any
5
6
import fsspec
7
+from upath import UPath
8
9
from zarr.abc.store import Store
10
from zarr.buffer import Buffer, BufferPrototype, default_buffer_prototype
@@ -12,7 +13,6 @@
12
13
14
if TYPE_CHECKING:
15
from fsspec.asyn import AsyncFileSystem
- from upath import UPath
16
17
from zarr.buffer import Buffer
18
from zarr.common import BytesLike
0 commit comments