Sfoglia il codice sorgente

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

979-is-there-a-node-for-kubernetes-itself
MinJae Kwon (Miti) 2 settimane fa
committed by tessier
parent
commit
ab50bff455
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py Vedi File

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


Caricamento…
Annulla
Salva