diff --git a/litellm/tests/test_completion_cost.py b/litellm/tests/test_completion_cost.py index c0be350f9..3f7288854 100644 --- a/litellm/tests/test_completion_cost.py +++ b/litellm/tests/test_completion_cost.py @@ -13,7 +13,7 @@ from litellm import ( open_ai_chat_completion_models, TranscriptionResponse, ) -from litellm.utils import CustomLogger +from litellm.litellm_core_utils.litellm_logging import CustomLogger import pytest, asyncio