Skip to content

Commit

Permalink
Fix ruff lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Feb 13, 2025
1 parent b39de30 commit 6b48b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob/manager_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ async def do_update_comfyui() -> str:
except Exception:
traceback.print_exc()

return f"An error occurred while updating 'comfyui'."
return "An error occurred while updating 'comfyui'."

async def do_fix(item) -> str:
ui_id, node_name, node_ver = item
Expand Down

0 comments on commit 6b48b2e

Please sign in to comment.