unnecesary

This commit is contained in:
João Moura
2025-05-21 03:10:02 -07:00
parent 4a45dd4dfd
commit 81ef803445

View File

@@ -591,13 +591,6 @@ class ConsoleFormatter:
# Remove the thinking status node when complete # Remove the thinking status node when complete
if "Thinking" in str(tool_branch.label): if "Thinking" in str(tool_branch.label):
# Define branch_to_use here to fix the undefined name issue
branch_to_use = (
self.current_lite_agent_branch
or agent_branch
or self.current_task_branch
)
parents = [ parents = [
self.current_lite_agent_branch, self.current_lite_agent_branch,
self.current_agent_branch, self.current_agent_branch,