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 6009923 commit 082ad49Copy full SHA for 082ad49
tests/test_dtype_registry.py
@@ -187,5 +187,5 @@ def test_parse_data_type(data_type: ZDType[Any, Any], zarr_format: ZarrFormat) -
187
with pytest.raises(ValueError, match=msg):
188
parse_dtype(dtype_spec, zarr_format=zarr_format)
189
else:
190
- observed = parse_dtype(dtype_spec, zarr_format=zarr_format) # type: ignore[arg-type]
+ observed = parse_dtype(dtype_spec, zarr_format=zarr_format)
191
assert observed == data_type
0 commit comments