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