This commit is contained in:
João Moura
2025-05-21 03:07:57 -07:00
parent a9c175a0f8
commit 4a45dd4dfd
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class Telemetry:
attribute in the Crew class.
"""
def __init__(self):
def __init__(self) -> None:
self.ready: bool = False
self.trace_set: bool = False

View File

@@ -599,7 +599,6 @@ class ConsoleFormatter:
)
parents = [
branch_to_use if 'branch_to_use' in locals() else None,
self.current_lite_agent_branch,
self.current_agent_branch,
self.current_task_branch,