##// END OF EJS Templates
remove unused imports
Srinivas Reddy Thatiparthy -
Show More
@@ -49,7 +49,7 b' from .ipunittest import ipdoctest, ipdocstring'
49 49 from IPython.external.decorators import *
50 50
51 51 # For onlyif_cmd_exists decorator
52 from IPython.utils.py3compat import which, PY2, PY3, PYPY
52 from IPython.utils.py3compat import which
53 53
54 54 #-----------------------------------------------------------------------------
55 55 # Classes and functions
General Comments 0
You need to be logged in to leave comments. Login now