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))