Skip to content

Adding APIs to Create States and Enqueue States #66

Adding APIs to Create States and Enqueue States

Adding APIs to Create States and Enqueue States #66

Triggered via pull request July 29, 2025 09:06
Status Failure
Total duration 21s
Artifacts

ruff-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
check
The process '/opt/hostedtoolcache/ruff/0.12.5/x86_64/ruff' failed with exit code 1
Ruff (F401): state-manager/app/models/enqueue_response.py#L2
state-manager/app/models/enqueue_response.py:2:32: F401 `.state_status_enum.StateStatusEnum` imported but unused
Ruff (F401): state-manager/app/models/db/state.py#L4
state-manager/app/models/db/state.py:4:33: F401 `pymongo.ASCENDING` imported but unused
Ruff (F401): state-manager/app/models/db/state.py#L4
state-manager/app/models/db/state.py:4:21: F401 `pymongo.IndexModel` imported but unused
Ruff (F811): state-manager/app/models/create_models.py#L4
state-manager/app/models/create_models.py:4:20: F811 Redefinition of unused `Any` from line 2