diff --git a/tests/litellm_update_test.py b/tests/litellm_update_test.py index 902f0ffc2..c242cad52 100644 --- a/tests/litellm_update_test.py +++ b/tests/litellm_update_test.py @@ -1,6 +1,7 @@ -import pytest from unittest.mock import MagicMock, patch +import pytest + from crewai.llm import LLM