fix: Fix import sorting with ruff

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-14 21:13:46 +00:00
parent c080227751
commit be9caaf5ee
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ from crewai.utilities import I18N, Logger
from .ask_question_tool import AskQuestionTool
from .delegate_work_tool import DelegateWorkTool
# Tool name constants
DELEGATE_WORK_TOOL = "Delegate Work"
ASK_QUESTION_TOOL = "Ask Question"