Skip to content

Commit 4e26cca

Browse files
committed
fix mypy
1 parent 7a285ff commit 4e26cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ async def test_creation_from_other_zarr_format(
13401340
store: Store,
13411341
store2: Store,
13421342
src_format: ZarrFormat,
1343-
new_format: ZarrFormat,
1343+
new_format: ZarrFormat | None,
13441344
) -> None:
13451345
if src_format == 2:
13461346
src = zarr.create(

0 commit comments

Comments
 (0)