fix import loc

This commit is contained in:
Ishaan Jaff 2025-04-23 16:07:27 -07:00
parent 5d85af5cee
commit 76af283995

View file

@ -35,6 +35,8 @@ from litellm.types.utils import (
TextCompletionResponse,
AllowedModelRegion,
KeyManagementSystem,
KeyManagementSettings, # noqa: F401
LiteLLM_UpperboundKeyGenerateParams # noqa: F401
)
from .types_utils.utils import get_instance_fn, validate_custom_validate_return_type