Skip to content

Commit 4ba77d3

Browse files
committed
another attempt to fix flake8
1 parent c8c9495 commit 4ba77d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def __iter__(self):
468468
yield ChunkDimProjection(dim_chunk_ix, dim_chunk_sel, dim_out_sel)
469469

470470

471-
def slice_to_range(s, l): # flake8: noqa
471+
def slice_to_range(s, l): # noqa: E741
472472
return range(*s.indices(l))
473473

474474

0 commit comments

Comments
 (0)