Skip to content

Commit

Permalink
mypy type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyzubov committed Mar 27, 2024
1 parent 04592bb commit 211a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funlib/persistence/arrays/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def add_multiscales_metadata(
units: str,
axes: list,
):
z_attrs = {"multiscales": [{}]}
z_attrs: dict = {"multiscales": [{}]}
z_attrs["multiscales"][0]["axes"] = [
{"name": axis, "type": "space", "unit": units} for axis in axes
]
Expand Down

0 comments on commit 211a1a7

Please sign in to comment.