Reformats Code

This commit is contained in:
2024-05-21 19:25:44 -03:00
parent 0acf167d12
commit a1077e812f
9 changed files with 26 additions and 26 deletions

View File

@@ -12,4 +12,4 @@ async def http_exception_handler(request: Request, exc: HTTPException):
"status_code": exc.status_code,
}
},
)
)

View File

@@ -17,4 +17,4 @@ async def validation_exception_handler(request: Request, exc: RequestValidationE
"status_code": status_code,
}
},
)
)