fmt: apply black

pull/25/head
mingrammer 6 years ago
parent a2b78fae04
commit 05f1eb0ab0

@ -74,9 +74,16 @@ class Diagram:
# TODO: Label position option # TODO: Label position option
# TODO: Save directory option (filename + directory?) # TODO: Save directory option (filename + directory?)
def __init__(self, name: str = "", direction: str = "LR", def __init__(
outformat: str = "png", show: bool = True, self,
graph_attr: dict = {}, node_attr: dict = {}, edge_attr: dict = {}): name: str = "",
direction: str = "LR",
outformat: str = "png",
show: bool = True,
graph_attr: dict = {},
node_attr: dict = {},
edge_attr: dict = {},
):
"""Diagram represents a global diagrams context. """Diagram represents a global diagrams context.
:param name: Diagram name. It will be used for output filename. :param name: Diagram name. It will be used for output filename.

Loading…
Cancel
Save