Skip to content

Commit 01494f4

Browse files
committed
style: Remove redundant comment in batch_add_requests
1 parent ab42613 commit 01494f4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/apify_client/_resource_clients/request_queue.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ def batch_add_requests(
428428
max_size=payload_size_limit_bytes,
429429
max_count=_RQ_MAX_REQUESTS_PER_BATCH,
430430
get_len=_get_payload_size_bytes,
431-
# An individually oversized request gets its own batch and is left for the API to reject.
432431
strict=False,
433432
)
434433

@@ -1008,7 +1007,6 @@ async def batch_add_requests(
10081007
max_size=payload_size_limit_bytes,
10091008
max_count=_RQ_MAX_REQUESTS_PER_BATCH,
10101009
get_len=_get_payload_size_bytes,
1011-
# An individually oversized request gets its own batch and is left for the API to reject.
10121010
strict=False,
10131011
)
10141012

0 commit comments

Comments
 (0)