瀏覽代碼

Fix parameter type of outformat

pull/985/head
Cheng Lian 8 月之前
父節點
當前提交
3946a6824d
共有 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 = "png",
outformat: str | list[str] = "png",
autolabel: bool = False,
show: bool = True,
strict: bool = False,


Loading…
取消
儲存