fix: keep the backward compatability for type hint (#1052)

pull/1039/head
MinJae Kwon (Miti) 11 months ago committed by tessier
parent b53a7fb738
commit ab50bff455

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

Loading…
Cancel
Save