Pattern
Stale Import Wiring
stale-import-wiring
A recurring import-wiring shape where changing module or hook names doesn’t trigger errors, leaving FastAPI/ Uvicorn to load outdated or incorrectly referenced code; the fix is to stabilize imports, restart from project root, and verify loaded modules.