ソースを参照

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,


読み込み中…
キャンセル
保存