fix: remove unused imports in test file (review bot feedback)

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2026-02-25 19:44:27 +00:00
parent 660a186375
commit 1073483854

View File

@@ -10,16 +10,12 @@ See: https://github.com/crewAIInc/crewAI/issues/4593
from __future__ import annotations
from unittest.mock import Mock
import pytest
from crewai.hooks import tool_hooks
from crewai.hooks.tool_hooks import (
ToolCallHookContext,
get_before_tool_call_hooks,
register_before_tool_call_hook,
unregister_before_tool_call_hook,
)
from crewai.tools import BaseTool, tool
from crewai.tools.structured_tool import CrewStructuredTool