Skip to content

Commit

Permalink
Black formatting post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hyakuhei committed Jul 19, 2021
1 parent 731132b commit 6ebeed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluentm.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ def renderDfd(graph: Digraph, title: str, outputDir: str):
print(graph)
return f"{title}-dfd.png"


def dfd(scenes: dict, title: str, dfdLabels=True, render=False, simplified=False):
graph = Digraph(title)
graph.attr(rankdir="LR", color="blue")
Expand Down

0 comments on commit 6ebeed2

Please sign in to comment.