Skip to content

Commit

Permalink
fix pylint error (#1403)
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Mar 2, 2024
1 parent d074764 commit 989186a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minio/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3123,8 +3123,7 @@ def _list_objects(
if not use_api_v1:
continuation_token = start_after

for obj in objects:
yield obj
yield from objects

def _list_multipart_uploads(
self,
Expand Down

0 comments on commit 989186a

Please sign in to comment.