Fix import sorting in test file (third attempt)

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

View File

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