Skip to content

Commit

Permalink
Merge pull request #985 from liancheng/outformat-type
Browse files Browse the repository at this point in the history
Fix parameter type of outformat
  • Loading branch information
filipeaaoliveira authored Oct 28, 2024
2 parents 34dea87 + 3946a68 commit b67e056
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 b67e056

Please sign in to comment.