Override this with your actual session dependency.
()
| 73 | |
| 74 | |
| 75 | async def get_db() -> AsyncSession: |
| 76 | """Override this with your actual session dependency.""" |
| 77 | raise RuntimeError("get_db dependency must be overridden in FastAPI app.") |
| 78 | |
| 79 | |
| 80 | # ── Error response ───────────────────────────────────────────────────────────── |
nothing calls this directly
no outgoing calls
no test coverage detected