mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
fix: remove duplicate return statement in copy method
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -695,8 +695,6 @@ class Task(BaseModel):
|
||||
|
||||
return copied
|
||||
|
||||
return copied_task
|
||||
|
||||
def _export_output(
|
||||
self, result: str
|
||||
) -> Tuple[Optional[BaseModel], Optional[Dict[str, Any]]]:
|
||||
|
||||
Reference in New Issue
Block a user