Reformats Code
This commit is contained in:
@@ -12,4 +12,4 @@ async def http_exception_handler(request: Request, exc: HTTPException):
|
||||
"status_code": exc.status_code,
|
||||
}
|
||||
},
|
||||
)
|
||||
)
|
||||
|
||||
@@ -17,4 +17,4 @@ async def validation_exception_handler(request: Request, exc: RequestValidationE
|
||||
"status_code": status_code,
|
||||
}
|
||||
},
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user