瀏覽代碼

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

979-is-there-a-node-for-kubernetes-itself
MinJae Kwon (Miti) 2 週之前
committed by tessier
父節點
當前提交
ab50bff455
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py 查看文件

@@ -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…
取消
儲存