Skip to content

Commit

Permalink
Add to_mermaid zu all
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo authored Jun 14, 2023
1 parent 38a73ee commit 119bb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobflow/utils/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import jobflow

__all__ = ["itergraph", "draw_graph", "to_pydot"]
__all__ = ["itergraph", "draw_graph", "to_pydot", "to_mermaid"]


def itergraph(graph: nx.DiGraph):
Expand Down

0 comments on commit 119bb27

Please sign in to comment.