Merge last crud misses

This commit is contained in:
Sebastiaan
2025-05-24 11:28:50 +02:00
parent e084e293f8
commit 46610c6cbd
4 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ from pydantic import BaseModel
from app.api.deps import SessionDep
from app.core.security import get_password_hash
from app.models import (
from app.models.user import (
User,
UserPublic,
)