##// END OF EJS Templates
tidy space
Adam Hackbarth -
Show More
@@ -1,4 +1,3 b''
1
2 1 from pathlib import Path
3 2 from IPython.core.alias import Alias
4 3 from IPython.core.interactiveshell import InteractiveShell
@@ -62,7 +61,6 b' for name, func in sorted(magics["cell"].items(), key=sortkey):'
62 61 format_docstring(func),
63 62 ""])
64 63
65
66 64 src_path = Path(__file__).parent
67 65 dest = src_path.joinpath("source", "interactive", "magics-generated.txt")
68 66 dest.write_text("\n".join(output))
General Comments 0
You need to be logged in to leave comments. Login now