Skip to content

Commit c1785f9

Browse files
committed
Run ssort
1 parent 246405e commit c1785f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/routes/batch/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@
1616

1717

1818
class BatchReturn(BaseModel):
19-
"""The ID of the batch"""
20-
2119
id: int
22-
"""The time the batch was created"""
2320
created_at: datetime.datetime
24-
"""The ID of the repeat URL that the batch represents, if any"""
2521
repeat_url: int | None = None
26-
"""The number of jobs in the batch"""
2722
jobs: int
2823

2924

0 commit comments

Comments
 (0)