Remove some copy problems

This commit is contained in:
Sebastiaan
2025-06-07 22:29:39 +02:00
parent a19d47aa26
commit 7c515b8e8f
5 changed files with 17 additions and 6 deletions

View File

@@ -14,6 +14,9 @@ from app.models.user import (
User,
UserCreate,
)
from app.models.apikey import (
ApiKey,
)
engine = create_engine(str(settings.SQLALCHEMY_DATABASE_URI))