Skip to content

Commit 082ad49

Browse files
committed
remove type: ignore
1 parent 6009923 commit 082ad49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dtype_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ def test_parse_data_type(data_type: ZDType[Any, Any], zarr_format: ZarrFormat) -
187187
with pytest.raises(ValueError, match=msg):
188188
parse_dtype(dtype_spec, zarr_format=zarr_format)
189189
else:
190-
observed = parse_dtype(dtype_spec, zarr_format=zarr_format) # type: ignore[arg-type]
190+
observed = parse_dtype(dtype_spec, zarr_format=zarr_format)
191191
assert observed == data_type

0 commit comments

Comments
 (0)