Skip to content

Commit

Permalink
Multiple imports for an import name (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Dec 20, 2024
1 parent 6dc6d07 commit fb11810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/core/metadata/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections.abc import Iterable
from enum import Enum
from functools import cached_property
from typing import TYPE_CHECKING, Any, TypedDict, cast
from typing import TYPE_CHECKING, TypedDict, cast

from zarr.abc.metadata import Metadata

Expand Down

0 comments on commit fb11810

Please sign in to comment.