From 0005f927e877291baf42b97b3225fbd6d64e5211 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Thu, 10 Dec 2015 14:40:20 +0000 Subject: [PATCH] pep8 --- wlauto/result_processors/ipynb_exporter/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wlauto/result_processors/ipynb_exporter/__init__.py b/wlauto/result_processors/ipynb_exporter/__init__.py index 7c35866c..6689b3e3 100644 --- a/wlauto/result_processors/ipynb_exporter/__init__.py +++ b/wlauto/result_processors/ipynb_exporter/__init__.py @@ -31,7 +31,6 @@ import wlauto.utils.ipython as ipython from wlauto.utils.misc import open_file - DEFAULT_NOTEBOOK_TEMPLATE = 'template.ipynb'