mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Fix import sorting in test file (second attempt)
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
import sys
|
import sys
|
||||||
from unittest.mock import MagicMock, patch
|
|
||||||
|
|
||||||
def test_openlit_compatibility():
|
def test_openlit_compatibility():
|
||||||
"""Test that OpenLit can be imported and initialized with CrewAI."""
|
"""Test that OpenLit can be imported and initialized with CrewAI."""
|
||||||
|
|||||||
Reference in New Issue
Block a user