Skip to content

Commit 73843dc

Browse files
committed
add typing in test
1 parent 543099a commit 73843dc

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
@@ -1275,7 +1275,7 @@ async def test_creation_from_other_zarr_format(
12751275
src_format: ZarrFormat,
12761276
new_format: ZarrFormat,
12771277
) -> None:
1278-
kwargs = {}
1278+
kwargs: dict[str, tuple[Literal["default"], Literal[".", "/"]] | Literal[".", "/"]] = {}
12791279
# set dimension_separator to non default
12801280
if src_format == 2:
12811281
kwargs["dimension_separator"] = "/"

0 commit comments

Comments
 (0)