mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
test(test_utils.py): fix import
This commit is contained in:
parent
3f9811c6a9
commit
6a0b71c1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue