diff --git a/endpoints/login.post.py b/endpoints/login.post.py index c9cebe6..4606007 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -1,6 +1,4 @@ -# Entity: User -```python from fastapi import APIRouter, Depends, HTTPException, status from fastapi.security import OAuth2PasswordRequestForm from sqlalchemy.orm import Session @@ -32,4 +30,3 @@ async def login( "token_type": "bearer", "user": user } -``` \ No newline at end of file