diff --git a/IPython/nbconvert/exporters/python.py b/IPython/nbconvert/exporters/python.py index b6bae643e..9fe2a94ff 100644 --- a/IPython/nbconvert/exporters/python.py +++ b/IPython/nbconvert/exporters/python.py @@ -29,7 +29,3 @@ class PythonExporter(Exporter): file_extension = Unicode( 'py', config=True, help="Extension of the file that should be written to disk") - - template_file = Unicode( - 'python', config=True, - help="Name of the template file to use")