Skip to content

Commit 36bda1d

Browse files
committed
use correct type: ignore statement
1 parent d29f682 commit 36bda1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def test_array_like_creation(
130130
else:
131131
kwargs["fill_value"] = out_fill
132132
expect_fill = out_fill
133-
elif func is zarr.api.asynchronous.open_like: # type: ignore[assignment]
133+
elif func is zarr.api.asynchronous.open_like: # type: ignore[comparison-overlap]
134134
if out_fill == "keep":
135135
expect_fill = ref_fill
136136
else:

0 commit comments

Comments
 (0)