Skip to content

Commit bdf8f05

Browse files
committed
format
1 parent f0aba76 commit bdf8f05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_optional/test_kaleido/test_kaleido.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ def test_defaults():
214214
== "https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-svg.js"
215215
)
216216
assert (
217-
kwargs["kopts"]["plotlyjs"]
218-
== "https://cdn.plot.ly/plotly-3.0.0.js"
217+
kwargs["kopts"]["plotlyjs"] == "https://cdn.plot.ly/plotly-3.0.0.js"
219218
)
220219

221220
else:

0 commit comments

Comments
 (0)