Skip to content

Commit 12963ab

Browse files
committed
lint
1 parent 1926e19 commit 12963ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/abc/store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ async def get(
207207
Parameters
208208
----------
209209
key : str
210-
byte_range : tuple[int | None, int | None], optional
211-
prototype: BufferPrototype, optional
210+
prototype : BufferPrototype, optional
212211
The prototype giving the buffer classes to use for buffers and nbuffers.
213212
By default, :func:`zarr.buffer.default_buffer_prototype` is used.
213+
byte_range : tuple[int | None, int | None], optional
214214
215215
Returns
216216
-------

0 commit comments

Comments
 (0)