From 151f5446e418b8de244978172ae72f8d0bc52f04 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 8 Apr 2025 11:51:02 -0400 Subject: [PATCH] fix return type --- plotly/io/_html.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plotly/io/_html.py b/plotly/io/_html.py index fe136518cc9..dbec1fc83b7 100644 --- a/plotly/io/_html.py +++ b/plotly/io/_html.py @@ -471,8 +471,7 @@ def write_html( Returns ------- - str - Representation of figure as an HTML div string + None """ # Build HTML string