auth api tested
This commit is contained in:
@@ -10,7 +10,10 @@ from Events.abstract_class import (
|
||||
if TYPE_CHECKING:
|
||||
from fastapi import Request, HTTPException, status, Body
|
||||
|
||||
from ApiLayers.ApiValidations.Custom.token_objects import EmployeeTokenObject, OccupantTokenObject
|
||||
from ApiLayers.ApiValidations.Custom.token_objects import (
|
||||
EmployeeTokenObject,
|
||||
OccupantTokenObject,
|
||||
)
|
||||
|
||||
|
||||
# Type aliases for common types
|
||||
|
||||
Reference in New Issue
Block a user