From 9f81fbf28afa8f73f58a555f5a2164799d8d8e94 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:55:10 +0000 Subject: [PATCH] Fix import sorting in test_crewbase_linting.py with Ruff Co-Authored-By: Joe Moura --- tests/test_crewbase_linting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_crewbase_linting.py b/tests/test_crewbase_linting.py index f2a829cc8..354d1923c 100644 --- a/tests/test_crewbase_linting.py +++ b/tests/test_crewbase_linting.py @@ -1,4 +1,5 @@ import pytest + from crewai import Agent, Crew, Process, Task from crewai.project import CrewBase, agent, crew, task