Skip to content

Commit 989186a

Browse files
authored
fix pylint error (#1403)
Signed-off-by: Bala.FA <[email protected]>
1 parent d074764 commit 989186a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

minio/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,8 +3123,7 @@ def _list_objects(
31233123
if not use_api_v1:
31243124
continuation_token = start_after
31253125

3126-
for obj in objects:
3127-
yield obj
3126+
yield from objects
31283127

31293128
def _list_multipart_uploads(
31303129
self,

0 commit comments

Comments
 (0)