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 d3a8997 commit b55cb8eCopy full SHA for b55cb8e
1 file changed
src/zarr/testing/strategies.py
@@ -492,7 +492,7 @@ def basic_indices(
492
).filter(
493
lambda idxr: (
494
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]
+ and not (isinstance(idxr, tuple) and any(is_negative_slice(idx) for idx in idxr))
496
)
497
498
if math.prod(shape) >= 3:
0 commit comments