mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 04:07:52 +02:00
lint
This commit is contained in:
@@ -633,6 +633,6 @@ class CompiledGraph(Pregel):
|
||||
"""Mime bundle used by Jupyter to display the graph"""
|
||||
output = {
|
||||
"text/plain": repr(self),
|
||||
"image/png": self.get_graph().draw_mermaid_png()
|
||||
"image/png": self.get_graph().draw_mermaid_png(),
|
||||
}
|
||||
return output
|
||||
|
||||
Reference in New Issue
Block a user