File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
import os
17
17
import sys
18
+ from importlib .metadata import version as get_version
18
19
from typing import Any
19
20
20
21
import sphinx
21
22
import sphinx .application
22
23
23
- from importlib .metadata import version as get_version
24
-
25
- import sphinx
26
-
27
24
# If extensions (or modules to document with autodoc) are in another directory,
28
25
# add these directories to sys.path here. If the directory is relative to the
29
26
# documentation root, use os.path.abspath to make it absolute, like shown here.
Original file line number Diff line number Diff line change 112
112
_parse_bytes_bytes_codec ,
113
113
get_pipeline_class ,
114
114
)
115
- from zarr .storage import StoreLike
116
115
from zarr .storage ._common import StorePath , ensure_no_existing_node , make_store_path
117
116
118
117
if TYPE_CHECKING :
Original file line number Diff line number Diff line change 31
31
create_array ,
32
32
)
33
33
from zarr .core .attributes import Attributes
34
- from zarr .core .buffer import Buffer , default_buffer_prototype
34
+ from zarr .core .buffer import default_buffer_prototype
35
35
from zarr .core .common import (
36
36
JSON ,
37
37
ZARR_JSON ,
You can’t perform that action at this time.
0 commit comments