From a839696071843e4349704c050bcf7de40a68e7fd Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 07:36:15 +0000 Subject: [PATCH] Fix import sorting in test file with ruff --fix Co-Authored-By: Joe Moura --- tests/test_gemini_html_template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_gemini_html_template.py b/tests/test_gemini_html_template.py index 76464385b..b1685e114 100644 --- a/tests/test_gemini_html_template.py +++ b/tests/test_gemini_html_template.py @@ -1,8 +1,9 @@ """Test Gemini models with HTML templates.""" -import pytest from unittest.mock import MagicMock, patch +import pytest + from crewai import Agent, Task from crewai.llm import LLM