Skip to content

Commit dccd7cb

Browse files
committed
Move upath import out of type checking
1 parent d55e109 commit dccd7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zarr/store/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from typing import TYPE_CHECKING, Any
55

66
import fsspec
7+
from upath import UPath
78

89
from zarr.abc.store import Store
910
from zarr.buffer import Buffer, BufferPrototype, default_buffer_prototype
@@ -12,7 +13,6 @@
1213

1314
if TYPE_CHECKING:
1415
from fsspec.asyn import AsyncFileSystem
15-
from upath import UPath
1616

1717
from zarr.buffer import Buffer
1818
from zarr.common import BytesLike

0 commit comments

Comments
 (0)