Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e37a58

Browse files
committed
remove unused imports
1 parent a2d8523 commit 4e37a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from IPython.external.decorators import *
5050

5151
# For onlyif_cmd_exists decorator
52-
from IPython.utils.py3compat import which, PY2, PY3, PYPY
52+
from IPython.utils.py3compat import which
5353

5454
#-----------------------------------------------------------------------------
5555
# Classes and functions

0 commit comments

Comments
 (0)