mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Fix import ordering in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import pytest
|
import os
|
||||||
import yaml
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import sys
|
|
||||||
import os
|
import pytest
|
||||||
|
import yaml
|
||||||
|
|
||||||
# Add a simple test to verify the fix works
|
# Add a simple test to verify the fix works
|
||||||
def test_list_format_in_yaml():
|
def test_list_format_in_yaml():
|
||||||
|
|||||||
Reference in New Issue
Block a user