Fix import sorting in test file (second attempt)

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-16 14:46:22 +00:00
parent fb6110943b
commit 5ddefa83dd

View File

@@ -1,6 +1,7 @@
from unittest.mock import MagicMock, patch
import pytest
import sys
from unittest.mock import MagicMock, patch
def test_openlit_compatibility():
"""Test that OpenLit can be imported and initialized with CrewAI."""