diff --git a/tests/utilities/test_openlit_compatibility.py b/tests/utilities/test_openlit_compatibility.py index 37ff3af95..f4f38ab52 100644 --- a/tests/utilities/test_openlit_compatibility.py +++ b/tests/utilities/test_openlit_compatibility.py @@ -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."""