Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plotly/io/_kaleido.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def write_image(
height: Union[int, None] = None,
validate: bool = True,
# Deprecated
engine: Union[str, None] = "auto",
engine: Union[str, None] = None,
):
"""
Convert a figure to a static image and write it to a file or writeable
Expand Down