Skip to content

Commit 8eaeaf0

Browse files
committed
rm comment
1 parent 328b228 commit 8eaeaf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/storage/_obstore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ async def _list(self, prefix: str | None = None) -> AsyncGenerator[ObjectMeta, N
220220
for item in batch:
221221
yield item
222222

223-
# return (obj async for obj in _transform_list(objects))
224-
225223
def list(self) -> AsyncGenerator[str, None]:
226224
# docstring inherited
227225
return (obj["path"] async for obj in self._list())

0 commit comments

Comments
 (0)