From 7eded0e24c3fc8663ed3865f9d243969963f8b09 2020-10-13 03:08:53 From: Adam Hackbarth Date: 2020-10-13 03:08:53 Subject: [PATCH] tidy space --- diff --git a/docs/autogen_magics.py b/docs/autogen_magics.py index 4148b29..1f8a47e 100644 --- a/docs/autogen_magics.py +++ b/docs/autogen_magics.py @@ -1,4 +1,3 @@ - from pathlib import Path from IPython.core.alias import Alias from IPython.core.interactiveshell import InteractiveShell @@ -62,7 +61,6 @@ for name, func in sorted(magics["cell"].items(), key=sortkey): format_docstring(func), ""]) - src_path = Path(__file__).parent dest = src_path.joinpath("source", "interactive", "magics-generated.txt") dest.write_text("\n".join(output))