File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ def graphviz_draw(
6262 edge_attr_fn : typing .Callable [[_T ], dict [str , str ]] | None = ...,
6363 graph_attr : dict [str , str ] | None = ...,
6464 filename : None = ...,
65- image_type : _ImageType | None = ...,
66- method : _Method | None = ...,
65+ image_type : _ImageType | str | None = ...,
66+ method : _Method | str | None = ...,
6767) -> Image : ...
6868@typing .overload
6969def graphviz_draw (
@@ -72,6 +72,6 @@ def graphviz_draw(
7272 edge_attr_fn : typing .Callable [[_T ], dict [str , str ]] | None = ...,
7373 graph_attr : dict [str , str ] | None = ...,
7474 filename : str = ...,
75- image_type : _ImageType | None = ...,
76- method : _Method | None = ...,
75+ image_type : _ImageType | str | None = ...,
76+ method : _Method | str | None = ...,
7777) -> None : ...
You can’t perform that action at this time.
0 commit comments