mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user