Skip to content

Commit

Permalink
Fixes Pylint line-too-long error
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jul 11, 2024
1 parent 1e25b34 commit 398fe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cambai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class TaskStatus(TypedDict):
- "TIMEOUT": The task timed out before completion.
- "ERROR": An error occurred during the task.
- "PAYMENT_REQUIRED": Payment is required to complete the task.
- `run_id` (int, Optional): The unique identifier for the task run. It can be None if the task
has not started yet.
- `run_id` (int, Optional): The unique identifier for the task run. It can be None if the
task has not started yet.
"""

status: Literal["SUCCESS", "PENDING", "TIMEOUT", "ERROR", "PAYMENT_REQUIRED"]
Expand Down

0 comments on commit 398fe72

Please sign in to comment.