jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
879 stars 143 forks source link

Update user.py #42

Closed 8thgencore closed 1 year ago

8thgencore commented 1 year ago

Fixed the user deletion function