8000 style: pre-commit fixes · zarr-developers/zarr-python@ee941f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee941f6

Browse files
style: pre-commit fixes
1 parent ba8d5e8 commit ee941f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
ensure_no_existing_node,
6262
)
6363

64-
6564
if TYPE_CHECKING:
6665
from collections.abc import Iterable
6766

@@ -70,6 +69,7 @@
7069
# Array and AsyncArray are defined in the base ``zarr`` namespace
7170
__all__ = ["parse_array_metadata", "create_codec_pipeline"]
7271

72+
7373
def parse_array_metadata(data: Any) -> ArrayV2Metadata | ArrayV3Metadata:
7474
if isinstance(data, ArrayV2Metadata | ArrayV3Metadata):
7575
return data

0 commit comments

Comments
 (0)
0