mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 03:29:51 +00: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)
|
||||
return _error_response(500, "INTERNAL", "Unexpected server error.")
|
||||
return web.json_response({"synced": True, "roots": body.roots}, status=200)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user