Skip to content

Commit 4c229b7

Browse files
committed
remove unused type ignore
1 parent ea8c06a commit 4c229b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_delta_astype(store: StorePath):
263263
dtype=data.dtype,
264264
fill_value=0,
265265
filters=[
266-
numcodecs.zarr3.Delta(dtype="i8", astype="i2"), # type: ignore[arg-type]
266+
numcodecs.zarr3.Delta(dtype="i8", astype="i2"),
267267
],
268268
)
269269

0 commit comments

Comments
 (0)