Show More
@@ -12,8 +12,6 b'' | |||
|
12 | 12 | # Imports |
|
13 | 13 | #----------------------------------------------------------------------------- |
|
14 | 14 | |
|
15 | from IPython.utils.traitlets import Unicode, List | |
|
16 | ||
|
17 | 15 | from IPython.nbconvert import preprocessors |
|
18 | 16 | from IPython.config import Config |
|
19 | 17 |
@@ -16,7 +16,7 b'' | |||
|
16 | 16 | import os |
|
17 | 17 | |
|
18 | 18 | # IPython imports |
|
19 |
from IPython.utils.traitlets import Unicode |
|
|
19 | from IPython.utils.traitlets import Unicode | |
|
20 | 20 | from IPython.config import Config |
|
21 | 21 | |
|
22 | 22 | from IPython.nbconvert import filters, preprocessors |
@@ -13,7 +13,6 b'' | |||
|
13 | 13 | #----------------------------------------------------------------------------- |
|
14 | 14 | |
|
15 | 15 | from IPython.config import Config |
|
16 | from IPython.utils.traitlets import Unicode | |
|
17 | 16 | |
|
18 | 17 | from .templateexporter import TemplateExporter |
|
19 | 18 |
@@ -12,8 +12,6 b'' | |||
|
12 | 12 | # Imports |
|
13 | 13 | #----------------------------------------------------------------------------- |
|
14 | 14 | |
|
15 | from IPython.utils.traitlets import Unicode | |
|
16 | ||
|
17 | 15 | from .templateexporter import TemplateExporter |
|
18 | 16 | |
|
19 | 17 | #----------------------------------------------------------------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now