Skip to content

Commit ab6e6a5

Browse files
Apply ruff/Pylint rule PLR1711
PLR1711 Useless `return` statement at end of function
1 parent 5f3a512 commit ab6e6a5

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
@@ -283,7 +283,6 @@ async def _set_many(self, values: Iterable[tuple[str, Buffer]]) -> None:
283283
Insert multiple (key, value) pairs into storage.
284284
"""
285285
await gather(*(self.set(key, value) for key, value in values))
286-
return
287286

288287
@property
289288
@abstractmethod

0 commit comments

Comments
 (0)