Skip to content

Commit deb9259

Browse files
committed
Removes trailing newline in bootstrap snippet
1 parent dc5ed32 commit deb9259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tweak_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _get_bootstrap_source() -> str:
5353
'\n'
5454
"if (hasattr(builtins, '__IPYTHON__') and\n"
5555
" importlib.util.find_spec('easydiffraction') is None):\n"
56-
f" !pip install '{pip_specifier}'\n"
56+
f" !pip install '{pip_specifier}'"
5757
)
5858

5959

0 commit comments

Comments
 (0)