Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Nov 29, 2023
1 parent 1dbac0c commit c99e381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyiron_workflow/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ def draw(
rankdir: Literal["LR", "TB"] = "LR",
save: bool = False,
view: bool = False,
directory: Optional[Path|str] = None,
filename: Optional[Path|str] = None,
directory: Optional[Path | str] = None,
filename: Optional[Path | str] = None,
format: Optional[str] = None,
cleanup: bool = True,
) -> graphviz.graphs.Digraph:
Expand Down

0 comments on commit c99e381

Please sign in to comment.