Skip to content

Commit cd047fb

Browse files
Remove unused task v0 data type
1 parent 6a302d0 commit cd047fb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

rsconnect/models.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -537,17 +537,6 @@ class TaskStatusResult(TypedDict):
537537
data: object # Don't know the structure of this type yet
538538

539539

540-
class TaskStatusV0(TypedDict):
541-
id: str
542-
status: list[str]
543-
finished: bool
544-
code: int
545-
error: str
546-
last_status: int
547-
user_id: int
548-
result: TaskStatusResult | None
549-
550-
551540
# https://docs.posit.co/connect/api/#get-/v1/tasks/-id-
552541
class TaskStatusV1(TypedDict):
553542
id: str

0 commit comments

Comments
 (0)