Renamed schemas to schema as per naming conventions
This commit is contained in:
@@ -8,7 +8,7 @@ from app.exceptions.auth import (
|
||||
)
|
||||
from app.exceptions.base import ValidationException
|
||||
from app.services.auth_service import AuthService
|
||||
from models.schemas.auth import UserLogin, UserRegister
|
||||
from models.schema.auth import UserLogin, UserRegister
|
||||
|
||||
|
||||
@pytest.mark.unit
|
||||
|
||||
Reference in New Issue
Block a user