Skip to content

Commit a4832a8

Browse files
authored
Merge branch 'main' into new-charts
2 parents 206b66b + 21df906 commit a4832a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/io/_kaleido.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def write_image(
429429
height: Union[int, None] = None,
430430
validate: bool = True,
431431
# Deprecated
432-
engine: Union[str, None] = "auto",
432+
engine: Union[str, None] = None,
433433
):
434434
"""
435435
Convert a figure to a static image and write it to a file or writeable

0 commit comments

Comments
 (0)