Remove unused FastAPI suggestions adapter from the image #39
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: low
Category: tech-debt
Location:
suggestions/routes_fastapi.pyProblem
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.