We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29f682 commit 36bda1dCopy full SHA for 36bda1d
tests/test_api.py
@@ -130,7 +130,7 @@ async def test_array_like_creation(
130
else:
131
kwargs["fill_value"] = out_fill
132
expect_fill = out_fill
133
- elif func is zarr.api.asynchronous.open_like: # type: ignore[assignment]
+ elif func is zarr.api.asynchronous.open_like: # type: ignore[comparison-overlap]
134
if out_fill == "keep":
135
expect_fill = ref_fill
136
0 commit comments