Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 9dc78c9 commit 2e05f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions ome_zarr/axes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Axes class for validating and transforming axes
"""
"""Axes class for validating and transforming axes"""

from typing import Any, Union

Expand Down Expand Up @@ -48,7 +47,7 @@ def to_list(

@staticmethod
def _axes_to_dicts(
axes: Union[list[str], list[dict[str, str]]]
axes: Union[list[str], list[dict[str, str]]],
) -> list[dict[str, str]]:
"""Returns a list of axis dicts with name and type"""
axes_dicts = []
Expand Down
4 changes: 1 addition & 3 deletions ome_zarr/writer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Image writer utility
"""
"""Image writer utility"""

import logging
import warnings
Expand Down

0 comments on commit 2e05f17

Please sign in to comment.