From 5db807b57c59cc176915fd8885feaaa524c047b4 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:39:17 +0000 Subject: [PATCH] Fix import sorting with ruff Co-Authored-By: Joe Moura --- tests/tools/test_tool_repeated_usage_allowed.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tools/test_tool_repeated_usage_allowed.py b/tests/tools/test_tool_repeated_usage_allowed.py index f3c07fba5..eb2fc0c99 100644 --- a/tests/tools/test_tool_repeated_usage_allowed.py +++ b/tests/tools/test_tool_repeated_usage_allowed.py @@ -1,6 +1,7 @@ -import pytest from unittest.mock import MagicMock +import pytest + from crewai.tools import BaseTool from crewai.tools.tool_calling import ToolCalling from crewai.tools.tool_usage import ToolUsage