##// END OF EJS Templates
Remove unused imports
Matthias Bussonnier -
Show More
@@ -9,7 +9,7 b' import io'
9 import os
9 import os
10 import sys
10 import sys
11 import warnings
11 import warnings
12 from unittest import TestCase, skipIf
12 from unittest import TestCase
13
13
14 try:
14 try:
15 from importlib import invalidate_caches # Required from Python 3.3
15 from importlib import invalidate_caches # Required from Python 3.3
@@ -23,9 +23,8 b' from IPython import get_ipython'
23 from IPython.core import magic
23 from IPython.core import magic
24 from IPython.core.error import UsageError
24 from IPython.core.error import UsageError
25 from IPython.core.magic import (Magics, magics_class, line_magic,
25 from IPython.core.magic import (Magics, magics_class, line_magic,
26 cell_magic, line_cell_magic,
26 cell_magic,
27 register_line_magic, register_cell_magic,
27 register_line_magic, register_cell_magic)
28 register_line_cell_magic)
29 from IPython.core.magics import execution, script, code
28 from IPython.core.magics import execution, script, code
30 from IPython.testing import decorators as dec
29 from IPython.testing import decorators as dec
31 from IPython.testing import tools as tt
30 from IPython.testing import tools as tt
General Comments 0
You need to be logged in to leave comments. Login now