minor: cleanup

Minor tweaks to reduce warnings in IDE e.g. unused imports.
This commit is contained in:
Chris Milne 2026-05-19 12:10:06 +01:00
parent d89c926a38
commit f54876eac6
7 changed files with 10 additions and 15 deletions

View file

@ -21,7 +21,6 @@ from fastapi.params import Path
from sqlalchemy.sql import exists
from src.auth.service import super_admin_dependency
from src.database import db_dependency
from src.contact.models import Contact