diff --git a/litellm/llms/langgraph/chat/sse_iterator.py b/litellm/llms/langgraph/chat/sse_iterator.py index aff1c2f2db9..8d946c4e52f 100644 --- a/litellm/llms/langgraph/chat/sse_iterator.py +++ b/litellm/llms/langgraph/chat/sse_iterator.py @@ -11,7 +11,7 @@ from typing import TYPE_CHECKING, Optional import httpx from litellm._logging import verbose_logger -from litellm.types.utils import Delta, ModelResponseStream, StreamingChoices +from litellm.types.utils import Delta, ModelResponse, ModelResponseStream, StreamingChoices if TYPE_CHECKING: pass