##// END OF EJS Templates
Remove unused import
Jessica B. Hamrick -
Show More
@@ -10,7 +10,7 b' try:'
10 10 except ImportError:
11 11 from Queue import Empty # Py 2
12 12
13 from IPython.utils.traitlets import List, Unicode, Bool
13 from IPython.utils.traitlets import List, Unicode
14 14
15 15 from IPython.nbformat.v4 import output_from_msg
16 16 from .base import Preprocessor
General Comments 0
You need to be logged in to leave comments. Login now