Skip to content

Commit

Permalink
[BEAM-8605] Function display_graph() in example do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecwik committed Nov 11, 2019
2 parents 47d5ee9 + a1d8d21 commit 7124651
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ def __init__(self,
Examples:
graph = pipeline_graph.PipelineGraph(pipeline_proto)
graph.display_graph()
graph.get_dot()
or
graph = pipeline_graph.PipelineGraph(pipeline)
graph.display_graph()
graph.get_dot()
Args:
pipeline: (Pipeline proto) or (Pipeline) pipeline to be rendered.
Expand Down

0 comments on commit 7124651

Please sign in to comment.