We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9889 commit 7a99cd7Copy full SHA for 7a99cd7
tests/test_core/test_offline/test_offline.py
@@ -39,7 +39,9 @@
39
<script type="text/javascript">\
40
window.PlotlyConfig = {MathJaxConfig: 'local'};</script>"""
41
42
-cdn_script = '<script charset="utf-8" src="{cdn_url}" integrity="{js_hash}" crossorigin="anonymous"></script>'.format(cdn_url=plotly_cdn_url(), js_hash=_generate_sri_hash(get_plotlyjs()))
+cdn_script = '<script charset="utf-8" src="{cdn_url}" integrity="{js_hash}" crossorigin="anonymous"></script>'.format(
43
+ cdn_url=plotly_cdn_url(), js_hash=_generate_sri_hash(get_plotlyjs())
44
+)
45
46
directory_script = '<script charset="utf-8" src="plotly.min.js"></script>'
47
0 commit comments