mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 17:18:29 +00:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user