Skip to content

Commit 9f6c4c0

Browse files
committed
flake8 [ci skip]
1 parent 2c6b3e4 commit 9f6c4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zarr/indexing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ def ensure_tuple(v):
218218
'ChunkProjection',
219219
('chunk_coords', 'chunk_selection', 'out_selection')
220220
)
221-
"""A mapping of items from chunk to output array. Can be used to extract items from the
222-
chunk array for loading into an output array. Can also be used to extract items from a
221+
"""A mapping of items from chunk to output array. Can be used to extract items from the
222+
chunk array for loading into an output array. Can also be used to extract items from a
223223
value array for setting/updating in a chunk array.
224224
225225
Parameters

0 commit comments

Comments
 (0)