Skip to content

Commit 151f544

Browse files
committed
fix return type
1 parent b6d86a7 commit 151f544

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plotly/io/_html.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,7 @@ def write_html(
471471
472472
Returns
473473
-------
474-
str
475-
Representation of figure as an HTML div string
474+
None
476475
"""
477476

478477
# Build HTML string

0 commit comments

Comments
 (0)