Skip to content

Commit

Permalink
Delete pl show
Browse files Browse the repository at this point in the history
  • Loading branch information
irux committed Aug 28, 2023
1 parent d929459 commit 7408e02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kpops/pipeline_generator/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def generate_graph(self):
component_vertex_name, output_topic
)
nx.draw(self.components.graph_components, with_labels=True)
plt.show()

def validate_graph_components(self):
if not nx.is_directed_acyclic_graph(self.components.graph_components):
Expand Down

0 comments on commit 7408e02

Please sign in to comment.