Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Pipeline: formatting fixes
  • Loading branch information
protoss70 committed Jun 16, 2025
commit c2ed51ede397d27d15827677b40448fdd14c9fec
4 changes: 2 additions & 2 deletions src/apify_client/clients/resource_clients/actor_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def list(
limit: int | None = None,
offset: int | None = None,
desc: bool | None = None,
sort_by: Literal["createdAt", "lastRunStartedAt"] | None = "createdAt",
sort_by: Literal['createdAt', 'lastRunStartedAt'] | None = 'createdAt',
) -> ListPage[dict]:
"""List the Actors the user has created or used.

Expand Down Expand Up @@ -152,7 +152,7 @@ async def list(
limit: int | None = None,
offset: int | None = None,
desc: bool | None = None,
sort_by: Literal["createdAt", "lastRunStartedAt"] | None = "createdAt",
sort_by: Literal['createdAt', 'lastRunStartedAt'] | None = 'createdAt',
) -> ListPage[dict]:
"""List the Actors the user has created or used.

Expand Down
Loading