mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-28 17:48:13 +00:00
fix: Fix import sorting with ruff
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -37,9 +37,9 @@ from crewai.tasks.conditional_task import ConditionalTask
|
|||||||
from crewai.tasks.task_output import TaskOutput
|
from crewai.tasks.task_output import TaskOutput
|
||||||
from crewai.telemetry import Telemetry
|
from crewai.telemetry import Telemetry
|
||||||
from crewai.tools.agent_tools.agent_tools import (
|
from crewai.tools.agent_tools.agent_tools import (
|
||||||
AgentTools,
|
|
||||||
ASK_QUESTION_TOOL,
|
ASK_QUESTION_TOOL,
|
||||||
DELEGATE_WORK_TOOL,
|
DELEGATE_WORK_TOOL,
|
||||||
|
AgentTools,
|
||||||
)
|
)
|
||||||
from crewai.tools.base_tool import Tool
|
from crewai.tools.base_tool import Tool
|
||||||
from crewai.types.usage_metrics import UsageMetrics
|
from crewai.types.usage_metrics import UsageMetrics
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ from crewai.utilities import I18N, Logger
|
|||||||
from .ask_question_tool import AskQuestionTool
|
from .ask_question_tool import AskQuestionTool
|
||||||
from .delegate_work_tool import DelegateWorkTool
|
from .delegate_work_tool import DelegateWorkTool
|
||||||
|
|
||||||
|
|
||||||
# Tool name constants
|
# Tool name constants
|
||||||
DELEGATE_WORK_TOOL = "Delegate Work"
|
DELEGATE_WORK_TOOL = "Delegate Work"
|
||||||
ASK_QUESTION_TOOL = "Ask Question"
|
ASK_QUESTION_TOOL = "Ask Question"
|
||||||
|
|||||||
Reference in New Issue
Block a user