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):
306
306
+ '"></script> '
307
307
'<div id="cd462b94-79ce-42a2-887f-2650a761a144" class="plotly-graph-div" '
308
308
'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"))'
311
311
' { Plotly.newPlot( "cd462b94-79ce-42a2-887f-2650a761a144",'
312
312
' [], {"template":{}},'
313
313
' {"responsive": true} ) };'
314
- " </script> </div>"
314
+ " </script> </div>"
315
315
)
316
316
if "text/html" in bundle :
317
317
str_bundle = bundle ["text/html" ]
You can’t perform that action at this time.
0 commit comments