Skip to content

Commit 17da376

Browse files
style: ruff format (auto)
1 parent 08ef0dc commit 17da376

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/services/docling_metering_service.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ class DoclingMeterRecord:
3737
size_bytes: int
3838
mimetype: str
3939
owner_user_id: Optional[str]
40-
submitted_at: str # ISO-8601 UTC timestamp
41-
terminal_at: str # ISO-8601 UTC timestamp
40+
submitted_at: str # ISO-8601 UTC timestamp
41+
terminal_at: str # ISO-8601 UTC timestamp
4242
elapsed_seconds: float # wall-clock from submission to terminal
43-
outcome: str # "success" | "failed" | "expired" | "timeout" | "submit_failed"
43+
outcome: str # "success" | "failed" | "expired" | "timeout" | "submit_failed"
4444
failure_detail: Optional[str]
45-
poll_count: int # status-check calls made; 0 for legacy (Langflow-polling) path
46-
deployment_mode: str # "direct" | "rq"
45+
poll_count: int # status-check calls made; 0 for legacy (Langflow-polling) path
46+
deployment_mode: str # "direct" | "rq"
4747

4848

4949
def _utc_now_iso() -> str:

0 commit comments

Comments
 (0)