mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +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 (
|
from litellm.litellm_core_utils.redact_messages import (
|
||||||
redact_message_input_output_from_logging,
|
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
|
litellm.turn_off_message_logging = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue