Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 15, 2024
1 parent b57ca6d commit a381556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pympipool/shared/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def draw(node_lst, edge_lst):
from IPython.display import SVG, display # noqa
import matplotlib.pyplot as plt # noqa
import networkx as nx # noqa

graph = nx.DiGraph()
for node in node_lst:
graph.add_node(node["id"], label=node["name"])
Expand Down

0 comments on commit a381556

Please sign in to comment.