Skip to content

Commit 3255f23

Browse files
author
Alexander Vasin
committed
Ignore gather return type
1 parent 93af9c5 commit 3255f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp_s3_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ async def put_multipart(
523523
self._parts_generator(gen, workers_count, parts_queue),
524524
)
525525
try:
526-
part_no, *_ = await asyncio.gather(
526+
part_no, *_ = await asyncio.gather( # type: ignore
527527
parts_generator,
528528
*workers,
529529
)

0 commit comments

Comments
 (0)