test(test_utils.py): fix import

This commit is contained in:
Krrish Dholakia 2024-06-15 14:47:46 -07:00
parent 3f9811c6a9
commit 6a0b71c1eb

View file

@ -412,7 +412,7 @@ def test_redact_msgs_from_logs():
from litellm.litellm_core_utils.redact_messages import (
redact_message_input_output_from_logging,
)
from litellm.utils import Logging
from litellm.litellm_core_utils.litellm_logging import Logging
litellm.turn_off_message_logging = True