Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Feb 1, 2025
1 parent 7a285ff commit 4e26cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ async def test_creation_from_other_zarr_format(
store: Store,
store2: Store,
src_format: ZarrFormat,
new_format: ZarrFormat,
new_format: ZarrFormat | None,
) -> None:
if src_format == 2:
src = zarr.create(
Expand Down

0 comments on commit 4e26cca

Please sign in to comment.