Remove unused FastAPI suggestions adapter from the image #39

Open
opened 2026-06-06 19:58:17 +00:00 by tonym · 0 comments

Severity: low
Category: tech-debt
Location: suggestions/routes_fastapi.py

Problem

The app is Flask; routes_fastapi.py is never imported but ships in every image and imports FastAPI (not installed) at module level.

Suggested fix

Delete it or add to .dockerignore.

Filed by automated code review.

**Severity:** low **Category:** tech-debt **Location:** `suggestions/routes_fastapi.py` ### Problem The app is Flask; routes_fastapi.py is never imported but ships in every image and imports FastAPI (not installed) at module level. ### Suggested fix Delete it or add to .dockerignore. _Filed by automated code review._
tonym added the
tech-debt
severity:low
labels 2026-06-06 19:58:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bonna61/Moon-Household-Budget#39
No description provided.