Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ad3f4b

Browse files
committed
black
1 parent 8de51f3 commit 3ad3f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_base_renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def render(self, fig_dict):
861861
filename_html = filename_root + ".html"
862862
filename_png = filename_root + ".png"
863863
figure = return_figure_from_figure_or_data(fig_dict, True)
864-
_ = write_html(fig_dict, file=filename_html, include_plotlyjs='cdn')
864+
_ = write_html(fig_dict, file=filename_html, include_plotlyjs="cdn")
865865
try:
866866
write_image(figure, filename_png)
867867
except (ValueError, ImportError):

0 commit comments

Comments
 (0)