Skip to content

Commit

Permalink
spacing nit
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenweigle committed Dec 13, 2024
1 parent 31b2c2f commit fad1982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/langgraph/langgraph/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def _update_as_tuples(self) -> Sequence[tuple[str, Any]]:

StreamChunk = tuple[tuple[str, ...], str, Any]


class StreamProtocol:
__slots__ = ("modes", "__call__")

Expand Down

0 comments on commit fad1982

Please sign in to comment.