From 18a38ba4367d224fe846e4e264cbcf196dfcd729 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:21:36 +0000 Subject: [PATCH] fix: reorder imports according to project style Co-Authored-By: Joe Moura --- tests/tools/test_human_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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