Skip to content

Commit

Permalink
Deleting ploting graph
Browse files Browse the repository at this point in the history
  • Loading branch information
irux committed Aug 28, 2023
1 parent 7408e02 commit a1ae585
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kpops/pipeline_generator/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from contextlib import suppress
from pathlib import Path

import matplotlib.pyplot as plt
import networkx as nx
import yaml
from pydantic import BaseModel, Field
Expand Down Expand Up @@ -201,7 +200,6 @@ def generate_graph(self):
self.components.graph_components.add_edge(
component_vertex_name, output_topic
)
nx.draw(self.components.graph_components, with_labels=True)

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

0 comments on commit a1ae585

Please sign in to comment.