mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
remove reduntant logging
This commit is contained in:
parent
863b2267f2
commit
8df9ff39f7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ from litellm.litellm_core_utils.health_check_utils import (
|
|||
_create_health_check_response,
|
||||
_filter_model_params,
|
||||
)
|
||||
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj, Logging
|
||||
from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj
|
||||
from litellm.litellm_core_utils.mock_functions import (
|
||||
mock_embedding,
|
||||
mock_image_generation,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue