diff --git a/diagrams/__init__.py b/diagrams/__init__.py index 8625cd5df..1869d4232 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -82,7 +82,7 @@ def __init__( filename: str = "", direction: str = "LR", curvestyle: str = "ortho", - outformat: Union[str, list[str]] = "png", + outformat: Union[str, List[str]] = "png", autolabel: bool = False, show: bool = True, strict: bool = False,