Skip to content

Commit deb4f39

Browse files
Apply ruff/Pylint rule PLR1711
PLR1711 Useless `return` statement at end of function
1 parent 4c3081c commit deb4f39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zarr/abc/store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ async def _set_many(self, values: Iterable[tuple[str, Buffer]]) -> None:
284284
Insert multiple (key, value) pairs into storage.
285285
"""
286286
await gather(*starmap(self.set, values))
287-
return
288287

289288
@property
290289
@abstractmethod

0 commit comments

Comments
 (0)