apply ruff formatting

This commit is contained in:
Taylor Wilsdon
2025-12-13 13:49:28 -08:00
parent 1d80a24ca4
commit 6b8352a354
50 changed files with 4010 additions and 2842 deletions

View File

@@ -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)