diff --git a/litellm/llms/openai/containers/transformation.py b/litellm/llms/openai/containers/transformation.py index e67bfbe0c62..e8ab6190c74 100644 --- a/litellm/llms/openai/containers/transformation.py +++ b/litellm/llms/openai/containers/transformation.py @@ -29,7 +29,7 @@ if TYPE_CHECKING: BaseLLMException = _BaseLLMException else: LiteLLMLoggingObj = Any - BaseContainerConfig = Any + from ...base_llm.containers.transformation import BaseContainerConfig BaseLLMException = Any