fix import loc

This commit is contained in:
Ishaan Jaff 2025-04-23 14:53:16 -07:00
parent 101c350f98
commit 444acbccf4
5 changed files with 5 additions and 5 deletions

View file

@ -262,7 +262,7 @@ async def test_chat_completion_request_with_redaction():
Ensures that the secret is redacted EVEN on the callback
"""
from litellm.proxy import proxy_server
from litellm_proxy import proxy_server
setattr(proxy_server, "llm_router", router)
_test_logger = testLogger()