##// END OF EJS Templates
Fix style
Pablo de Oliveira -
Show More
@@ -21,8 +21,7 b' from __future__ import print_function, absolute_import'
21 import re
21 import re
22
22
23 # Our own imports
23 # Our own imports
24 # Needed to override preprocessor
24 from .base import Preprocessor
25 from .base import (Preprocessor)
26 from IPython.utils.traitlets import Dict
25 from IPython.utils.traitlets import Dict
27
26
28 #-----------------------------------------------------------------------------
27 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now