Skip to content

Commit

Permalink
Fix parameter type of outformat
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Mar 12, 2024
1 parent f517463 commit 3946a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
filename: str = "",
direction: str = "LR",
curvestyle: str = "ortho",
outformat: str = "png",
outformat: str | list[str] = "png",
autolabel: bool = False,
show: bool = True,
strict: bool = False,
Expand Down

0 comments on commit 3946a68

Please sign in to comment.