fixed linting issues
This commit is contained in:
Binary file not shown.
@@ -4,7 +4,7 @@ from fastapi import APIRouter, Depends
|
||||
from sqlalchemy.orm import Session
|
||||
|
||||
from core.database import get_db
|
||||
from core.exceptions import unauthorized_exception, not_found_exception, forbidden_exception
|
||||
from core.exceptions import not_found_exception, forbidden_exception
|
||||
from modules.auth.schemas import UserPatch, UserResponse
|
||||
from modules.auth.dependencies import get_current_user
|
||||
from modules.auth.models import User
|
||||
|
||||
Reference in New Issue
Block a user