diff --git a/tests/tools/test_human_tool.py b/tests/tools/test_human_tool.py index 4a5b43c20..587476f9e 100644 --- a/tests/tools/test_human_tool.py +++ b/tests/tools/test_human_tool.py @@ -1,7 +1,7 @@ """Test HumanTool functionality.""" -from unittest.mock import patch import pytest +from unittest.mock import patch from crewai.tools import HumanTool