Skip to content

Commit

Permalink
Multiple imports for an import name
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 16, 2025
1 parent 280daac commit 58eb98d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@

import os
import sys
from importlib.metadata import version as get_version
from typing import Any

import sphinx
import sphinx.application

from importlib.metadata import version as get_version

import sphinx

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down
1 change: 0 additions & 1 deletion src/zarr/core/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
_parse_bytes_bytes_codec,
get_pipeline_class,
)
from zarr.storage import StoreLike
from zarr.storage._common import StorePath, ensure_no_existing_node, make_store_path

if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion src/zarr/core/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
create_array,
)
from zarr.core.attributes import Attributes
from zarr.core.buffer import Buffer, default_buffer_prototype
from zarr.core.buffer import default_buffer_prototype
from zarr.core.common import (
JSON,
ZARR_JSON,
Expand Down

0 comments on commit 58eb98d

Please sign in to comment.