mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-19 11:45:17 +08:00
Remove extra whitespace at end of routes.py
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user