Skip to content

Commit dc6e6f8

Browse files
committed
tmp ignore lint
1 parent 32f7060 commit dc6e6f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

virtualizarr/readers/zarr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
from __future__ import annotations
22

33
import asyncio
4+
from pathlib import Path # noqa
45
from typing import TYPE_CHECKING, Iterable, Mapping, Optional
56

67
from xarray import Dataset, Index, Variable
78
from zarr.core.common import concurrent_map
89

910
from virtualizarr.manifests import ChunkManifest, ManifestArray
11+
from virtualizarr.manifests.manifest import validate_and_normalize_path_to_uri # noqa
1012
from virtualizarr.readers.common import (
1113
VirtualBackend,
1214
construct_virtual_dataset,

0 commit comments

Comments
 (0)