Skip to content

Commit 4220158

Browse files
committed
fix
1 parent bdc5222 commit 4220158

File tree

1 file changed

+5
-4
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+5
-4
lines changed

src/apify_client/clients/resource_clients/run.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
if TYPE_CHECKING:
1919
from decimal import Decimal
2020

21+
2122
class RunClient(ActorJobBaseClient):
2223
"""Sub-client for manipulating a single Actor run."""
2324

@@ -151,10 +152,10 @@ def resurrect(
151152
uses the same memory limit as before.
152153
timeout_secs: New timeout for the resurrected run, in seconds. By default, the resurrected run uses the
153154
same timeout as before.
154-
max_items: Maximum number of items that the resurrected pay-per-result run will return. By default, the resurrected run
155-
uses the same limit as before. Limit can be only increased.
156-
max_total_charge_usd: Maximum cost for the resurrected pay-per-event run in USD. By default, the resurrected run
157-
uses the same limit as before. Limit can be only increased.
155+
max_items: Maximum number of items that the resurrected pay-per-result run will return. By default, the
156+
resurrected run uses the same limit as before. Limit can be only increased.
157+
max_total_charge_usd: Maximum cost for the resurrected pay-per-event run in USD. By default, the
158+
resurrected run uses the same limit as before. Limit can be only increased.
158159
159160
Returns:
160161
The Actor run data.

0 commit comments

Comments
 (0)