Przeglądaj źródła

Fix parameter type of outformat

pull/985/head
Cheng Lian 8 miesięcy temu
rodzic
commit
3946a6824d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py Wyświetl plik

@@ -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,


Ładowanie…
Anuluj
Zapisz