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