Fix import sorting in test file

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-16 14:44:50 +00:00
parent 2c194b0d9c
commit fb6110943b

View File

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