fix code quality checks

This commit is contained in:
Ishaan Jaff 2025-03-12 11:47:10 -07:00
parent 1b50e6d65f
commit 181072e15d
4 changed files with 3 additions and 9 deletions

View file

@ -12,7 +12,6 @@ from litellm.types.llms.openai import (
ResponsesAPIStreamingResponse,
)
from litellm.types.router import GenericLiteLLMParams
from litellm.types.utils import ModelInfo
if TYPE_CHECKING:
from litellm.litellm_core_utils.litellm_logging import Logging as _LiteLLMLoggingObj