Skip to content

Commit b55cb8e

Browse files
committed
fixup mypy
1 parent d3a8997 commit b55cb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zarr/testing/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def basic_indices(
492492
).filter(
493493
lambda idxr: (
494494
not is_negative_slice(idxr)
495-
and not (isinstance(idxr, tuple) and any(is_negative_slice(idx) for idx in idxr)) # type: ignore[redundant-expr]
495+
and not (isinstance(idxr, tuple) and any(is_negative_slice(idx) for idx in idxr))
496496
)
497497
)
498498
if math.prod(shape) >= 3:

0 commit comments

Comments
 (0)