[PR #3500] docs: Remove unused imports #3326

Closed
opened 2026-02-20 17:48:26 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/3500

State: closed
Merged: Yes


This PR removes the unused imports Literal and TypedDict from the typing module.

These imports were not referenced in the code.

from typing import Literal, TypedDict
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3500 **State:** closed **Merged:** Yes --- This PR removes the unused imports Literal and TypedDict from the typing module. These imports were not referenced in the code. ```python from typing import Literal, TypedDict ```
yindo added the pull-request label 2026-02-20 17:48:26 -05:00
yindo closed this issue 2026-02-20 17:48:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3326