diff --git a/python/api/routers/contact.py b/python/api/routers/contact.py index 3754dba..57da325 100644 --- a/python/api/routers/contact.py +++ b/python/api/routers/contact.py @@ -9,7 +9,7 @@ from pydantic import BaseModel from sqlalchemy import select from sqlalchemy.orm import selectinload -from python.fastapi_tools.db import DbSession # noqa: TC001 this is a FastAPI needed at runtime +from python.fastapi_tools.db import DbSession # noqa: TC001 this is a FastAPI needed at runtime from python.orm.richie.contact import Contact, ContactRelationship, Need, RelationshipType TEMPLATES_DIR = Path(__file__).parent.parent / "templates"