Remove extra whitespace at end of routes.py
This commit is contained in:
parent
65a5992f2d
commit
facda426b4
|
|
@ -513,4 +513,3 @@ async def seed_assets(request: web.Request) -> web.Response:
|
|||
logging.exception("seed_assets failed for roots=%s", body.roots)
|
||||
return _error_response(500, "INTERNAL", "Unexpected server error.")
|
||||
return web.json_response({"synced": True, "roots": body.roots}, status=200)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue