Fix import order in test_run_crew.py to resolve linting issue

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-12 13:33:36 +00:00
parent 64b8708bae
commit a7d7edb983

View File

@@ -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():