From d2cc61028fe04c15ff3b1fd2ee90ab50cd689653 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:18:47 +0000 Subject: [PATCH] fix: reorder imports in test file Co-Authored-By: Joe Moura --- tests/tools/test_human_tool.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tools/test_human_tool.py b/tests/tools/test_human_tool.py index 547c606ab..587476f9e 100644 --- a/tests/tools/test_human_tool.py +++ b/tests/tools/test_human_tool.py @@ -1,8 +1,7 @@ """Test HumanTool functionality.""" -from unittest.mock import patch - import pytest +from unittest.mock import patch from crewai.tools import HumanTool