From 369ee46ff30163a62215dcf9cf49c4ea4e852732 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:20:36 +0000 Subject: [PATCH] fix: alphabetically order 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 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