Update annotations.py

This commit is contained in:
Piotr Mardziel
2024-11-05 13:33:21 -08:00
committed by GitHub
parent e856359e23
commit 6ff19dc232

View File

@@ -71,6 +71,8 @@ def pipeline(func):
def crew(func) -> Callable[..., Crew]:
@wraps(func)
def wrapper(self, *args, **kwargs) -> Crew:
instantiated_tasks = []
instantiated_agents = []