Skip to content

Commit 0e57a02

Browse files
committed
lint
1 parent 41e72eb commit 0e57a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def resolve_metadata(self, chunk_spec: ArraySpec) -> ArraySpec:
294294
dtype=to_zarr_dtype(np.dtype("uint8")),
295295
)
296296

297-
def validate(self, *, dtype: np.dtype[Any], **_kwargs) -> None: # type: ignore[override]
297+
def validate(self, *, dtype: np.dtype[Any], **_kwargs) -> None:
298298
_dtype = from_zarr_dtype(dtype)
299299
if _dtype != np.dtype("bool"):
300300
raise ValueError(f"Packbits filter requires bool dtype. Got {dtype}.")

0 commit comments

Comments
 (0)