Merge pull request #985 from liancheng/outformat-type

Fix parameter type of outformat
pull/1037/head
Filipe Oliveira 3 weeks ago committed by GitHub
commit b67e0563d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -82,7 +82,7 @@ class Diagram:
filename: str = "", filename: str = "",
direction: str = "LR", direction: str = "LR",
curvestyle: str = "ortho", curvestyle: str = "ortho",
outformat: str = "png", outformat: str | list[str] = "png",
autolabel: bool = False, autolabel: bool = False,
show: bool = True, show: bool = True,
strict: bool = False, strict: bool = False,

Loading…
Cancel
Save