From a7d7edb983d3ac6f7e993d1839cb963c36f35089 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:33:36 +0000 Subject: [PATCH] Fix import order in test_run_crew.py to resolve linting issue Co-Authored-By: Joe Moura --- tests/cli/test_run_crew.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_run_crew.py b/tests/cli/test_run_crew.py index 39ad5ce1b..bd6da9c9c 100644 --- a/tests/cli/test_run_crew.py +++ b/tests/cli/test_run_crew.py @@ -6,7 +6,7 @@ from unittest.mock import patch import pytest -from crewai.cli.run_crew import execute_command, CrewType +from crewai.cli.run_crew import CrewType, execute_command def test_execute_command_adds_src_to_path():