Fix parameter type of outformat

pull/985/head
Cheng Lian 2 years ago
parent f517463eae
commit 3946a6824d

@ -82,7 +82,7 @@ class Diagram:
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,

Loading…
Cancel
Save