Skip to content

Commit 3d262d7

Browse files
authored
Merge pull request #5135 from plotly/update-return-type
Fix return type
2 parents 26c82aa + 151f544 commit 3d262d7

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)