File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/python/plotly/plotly/tests/test_io Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,12 +306,12 @@ def test_repr_html(renderer):
306306 + '"></script> '
307307 '<div id="cd462b94-79ce-42a2-887f-2650a761a144" class="plotly-graph-div" '
308308 'style="height:100%; width:100%;"></div> <script type="text/javascript">'
309- " window.PLOTLYENV=window.PLOTLYENV || {};"
310- ' if (document.getElementById("cd462b94-79ce-42a2-887f-2650a761a144"))'
309+ " window.PLOTLYENV=window.PLOTLYENV || {};"
310+ ' if (document.getElementById("cd462b94-79ce-42a2-887f-2650a761a144"))'
311311 ' { Plotly.newPlot( "cd462b94-79ce-42a2-887f-2650a761a144",'
312312 ' [], {"template":{}},'
313313 ' {"responsive": true} ) };'
314- " </script> </div>"
314+ " </script> </div>"
315315 )
316316 if "text/html" in bundle :
317317 str_bundle = bundle ["text/html" ]
You can’t perform that action at this time.
0 commit comments