Ver a proveniência

Fix parameter type of outformat

pull/985/head
Cheng Lian há 8 meses
ascendente
cometimento
3946a6824d
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py Ver ficheiro

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


Carregando…
Cancelar
Guardar