mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix code quality
This commit is contained in:
parent
ed87739561
commit
4828fb1544
1 changed files with 1 additions and 6 deletions
|
@ -33,12 +33,7 @@ from litellm.router_utils.cooldown_callbacks import (
|
||||||
_get_prometheus_logger_from_callbacks,
|
_get_prometheus_logger_from_callbacks,
|
||||||
)
|
)
|
||||||
from litellm.types.llms.openai import AllMessageValues
|
from litellm.types.llms.openai import AllMessageValues
|
||||||
from litellm.types.router import (
|
from litellm.types.router import DeploymentTypedDict, LiteLLM_Params, RouterErrors
|
||||||
DeploymentTypedDict,
|
|
||||||
LiteLLM_Params,
|
|
||||||
ModelInfo,
|
|
||||||
RouterErrors,
|
|
||||||
)
|
|
||||||
from litellm.types.utils import BudgetConfig
|
from litellm.types.utils import BudgetConfig
|
||||||
from litellm.types.utils import BudgetConfig as GenericBudgetInfo
|
from litellm.types.utils import BudgetConfig as GenericBudgetInfo
|
||||||
from litellm.types.utils import GenericBudgetConfigType, StandardLoggingPayload
|
from litellm.types.utils import GenericBudgetConfigType, StandardLoggingPayload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue