Skip to content

Commit 2224ea7

Browse files
committed
alright, changed editor preferences to auto-include EOF line feeds.
sorry for the delay :)
1 parent 4e32590 commit 2224ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plotly/tests/test_optional/test_ipython/test_embed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def svg_worker(display_obj, results):
5050
def pdf_worker(display_obj, results):
5151
img = display_obj._repr_pdf_()
5252
if img[:4] == '%PDF':
53-
results["pdf"] = True
53+
results["pdf"] = True

0 commit comments

Comments
 (0)