Kaynağa Gözat

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

tags/v0.24.1
MinJae Kwon (Miti) 2 hafta önce
committed by GitHub
ebeveyn
işleme
c2c24c69b8
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet