feat: Backend enhancements — async pipeline, pagination, smart chat, … #3
Annotations
10 errors and 1 warning
|
Lint with Ruff:
backend/services/ocr_service.py#L7
services/ocr_service.py:7:21: F401 `pathlib.Path` imported but unused
help: Remove unused import: `pathlib.Path`
|
|
Lint with Ruff:
backend/services/nlp_service.py#L7
services/nlp_service.py:7:20: F401 `typing.Optional` imported but unused
help: Remove unused import: `typing.Optional`
|
|
Lint with Ruff:
backend/services/drug_interactions.py#L6
services/drug_interactions.py:6:20: F401 `typing.Optional` imported but unused
help: Remove unused import: `typing.Optional`
|
|
Lint with Ruff:
backend/routers/reports.py#L719
routers/reports.py:719:1: E402 Module level import not at top of file
|
|
Lint with Ruff:
backend/routers/reports.py#L599
routers/reports.py:599:5: F841 Local variable `abnormal_names` is assigned to but never used
help: Remove assignment to unused variable `abnormal_names`
|
|
Lint with Ruff:
backend/routers/reports.py#L576
routers/reports.py:576:1: E402 Module level import not at top of file
|
|
Lint with Ruff:
backend/routers/reports.py#L575
routers/reports.py:575:8: F401 `asyncio` imported but unused
help: Remove unused import: `asyncio`
|
|
Lint with Ruff:
backend/routers/reports.py#L575
routers/reports.py:575:1: E402 Module level import not at top of file
|
|
Lint with Ruff:
backend/routers/reports.py#L312
routers/reports.py:312:1: E402 Module level import not at top of file
|
|
Lint with Ruff:
backend/main.py#L62
main.py:62:5: F841 Local variable `total_rules` is assigned to but never used
help: Remove assignment to unused variable `total_rules`
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
Loading