Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ wrap_string_literal = true
snake_case_field = true
use_subclass_enum = true
extra_fields = "allow"
allow_population_by_field_name = true
aliases = "datamodel_codegen_aliases.json"
formatters = ["ruff-check", "ruff-format"]

Expand Down
1 change: 0 additions & 1 deletion src/apify_client/_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
DEFAULT_MIN_DELAY_BETWEEN_RETRIES = timedelta(milliseconds=500)
"""Default minimum delay between retries."""


DEFAULT_WAIT_FOR_FINISH = timedelta(seconds=999999)
"""Default maximum wait time for job completion (effectively infinite)."""

Expand Down
Loading