Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed May 22, 2024
1 parent a4fb89f commit d26e994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def run_plan(

for task in active_plan:
log_progress({
"log": f"Going to run the following task(s) in sequence:\n",
"log": "Going to run the following task(s) in sequence:",
"task": task
})
_LOGGER.info(
Expand Down

0 comments on commit d26e994

Please sign in to comment.