mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix lint error: remove unused Crew import from reproduction script
Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from crewai import Agent, Task, Crew
|
from crewai import Agent, Task
|
||||||
|
|
||||||
def prioritize_tasks(tasks):
|
def prioritize_tasks(tasks):
|
||||||
"""Function that accesses task.config to prioritize tasks - this should work after the fix."""
|
"""Function that accesses task.config to prioritize tasks - this should work after the fix."""
|
||||||
|
|||||||
Reference in New Issue
Block a user