From 39a290b4d3fab8d8c47fc65936f8cbd8e0ab39ec 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:19:47 +0000 Subject: [PATCH] fix: reorder standard library imports 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