Skip to content

Commit

Permalink
Ignore gather return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vasin committed May 6, 2024
1 parent 93af9c5 commit 3255f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_s3_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ async def put_multipart(
self._parts_generator(gen, workers_count, parts_queue),
)
try:
part_no, *_ = await asyncio.gather(
part_no, *_ = await asyncio.gather( # type: ignore
parts_generator,
*workers,
)
Expand Down

0 comments on commit 3255f23

Please sign in to comment.