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 1515
1616import os
1717import sys
18+ from importlib .metadata import version as get_version
1819from typing import Any
1920
2021import sphinx
2122import sphinx .application
2223
23- from importlib .metadata import version as get_version
24-
25- import sphinx
26-
2724# If extensions (or modules to document with autodoc) are in another directory,
2825# add these directories to sys.path here. If the directory is relative to the
2926# documentation root, use os.path.abspath to make it absolute, like shown here.
Original file line number Diff line number Diff line change 112112 _parse_bytes_bytes_codec ,
113113 get_pipeline_class ,
114114)
115- from zarr .storage import StoreLike
116115from zarr .storage ._common import StorePath , ensure_no_existing_node , make_store_path
117116
118117if TYPE_CHECKING :
Original file line number Diff line number Diff line change 3131 create_array ,
3232)
3333from zarr .core .attributes import Attributes
34- from zarr .core .buffer import Buffer , default_buffer_prototype
34+ from zarr .core .buffer import default_buffer_prototype
3535from zarr .core .common import (
3636 JSON ,
3737 ZARR_JSON ,
You can’t perform that action at this time.
0 commit comments