Fix lint error: remove unused Crew import from reproduction script

Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
Devin AI
2025-07-14 15:03:55 +00:00
parent 66ad84ef58
commit 6788543e85

View File

@@ -1,4 +1,4 @@
from crewai import Agent, Task, Crew
from crewai import Agent, Task
def prioritize_tasks(tasks):
"""Function that accesses task.config to prioritize tasks - this should work after the fix."""