From 3f9811c6a9a3126189b85eb3984df2bd6969e2fe Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 15 Jun 2024 12:08:49 -0700 Subject: [PATCH] test(test_completion_cost.py): fix import --- litellm/tests/test_completion_cost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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