apply ruff formatting
This commit is contained in:
@@ -220,4 +220,4 @@ def create_server_error_response(error_detail: str) -> HTMLResponse:
|
||||
</body>
|
||||
</html>
|
||||
"""
|
||||
return HTMLResponse(content=content, status_code=500)
|
||||
return HTMLResponse(content=content, status_code=500)
|
||||
|
||||
Reference in New Issue
Block a user