Skip to content

Commit b4946a2

Browse files
committed
Merge branch 'orjson_encoding' into orjson_encoding_instrumentation
2 parents 137fcb4 + ddc1b8f commit b4946a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_io/test_renderers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def test_repr_html(renderer):
312312
" window.PLOTLYENV=window.PLOTLYENV || {};"
313313
' if (document.getElementById("cd462b94-79ce-42a2-887f-2650a761a144"))'
314314
' { Plotly.newPlot( "cd462b94-79ce-42a2-887f-2650a761a144",'
315-
' [], {"template": {}},'
315+
' [], {"template":{}},'
316316
' {"responsive": true} ) };'
317317
" </script> </div>"
318318
)

0 commit comments

Comments
 (0)