Skip to content

Commit 2831955

Browse files
committed
Fixes CI formatting errors
1 parent c09fb77 commit 2831955

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

plotly/io/_base_renderers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from plotly import optional_imports
99
from plotly.io import to_json, to_image, write_image, write_html
10-
from plotly.io._utils import plotly_cdn_url
1110
from plotly.offline.offline import _get_jconfig, get_plotlyjs
1211
from plotly.tools import return_figure_from_figure_or_data
1312

tests/test_io/test_renderers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,13 @@ def test_repr_html(renderer):
327327
"undefined, has_module: Object.prototype.hasOwnProperty.call(window, "
328328
'"module"), module: window.module, has_exports: '
329329
'Object.prototype.hasOwnProperty.call(window, "exports"), exports: '
330-
'window.exports});/*nbviewer loads RequireJS; plotly.js may register as an '
330+
"window.exports});/*nbviewer loads RequireJS; plotly.js may register as an "
331331
'anonymous AMD module, triggering"Mismatched anonymous define()" and leaving '
332332
"`Plotly` undefined. Temporarily disableAMD/CommonJS detection while loading "
333333
'plotly.js from the CDN.*/if (typeof window.define === "function" && '
334334
"window.define.amd) { window.define.amd = undefined;}if (typeof "
335335
'window.module === "object" && window.module && window.module.exports) { '
336-
"window.module = undefined;}if (typeof window.exports === \"object\") { "
336+
'window.module = undefined;}if (typeof window.exports === "object") { '
337337
"window.exports = undefined;} </script>\n "
338338
)
339339

0 commit comments

Comments
 (0)