Skip to content

Commit 25ec7d2

Browse files
Apply ruff/Pylint rule PLR1711
PLR1711 Useless `return` statement at end of function
1 parent 840a3f7 commit 25ec7d2

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(*(self.set(key, value) for key, value in values))
287-
return
288287

289288
@property
290289
@abstractmethod

0 commit comments

Comments
 (0)