Remove extra whitespace at end of routes.py
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled

This commit is contained in:
Jedrzej Kosinski 2026-01-16 01:04:26 -08:00
parent 65a5992f2d
commit facda426b4

View File

@ -513,4 +513,3 @@ async def seed_assets(request: web.Request) -> web.Response:
logging.exception("seed_assets failed for roots=%s", body.roots) logging.exception("seed_assets failed for roots=%s", body.roots)
return _error_response(500, "INTERNAL", "Unexpected server error.") return _error_response(500, "INTERNAL", "Unexpected server error.")
return web.json_response({"synced": True, "roots": body.roots}, status=200) return web.json_response({"synced": True, "roots": body.roots}, status=200)