Skip to content

Commit 12bd7a0

Browse files
committed
cleanup unused bits
1 parent 1e17012 commit 12bd7a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IPython/testing/tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#-----------------------------------------------------------------------------
2020

2121
import os
22-
import pipes
2322
import re
2423
import sys
2524
import tempfile
@@ -38,7 +37,6 @@
3837
has_nose = False
3938

4039
from IPython.config.loader import Config
41-
from IPython.utils.process import getoutputerror
4240
from IPython.utils.text import list_strings
4341
from IPython.utils.io import temp_pyfile, Tee
4442
from IPython.utils import py3compat
@@ -208,7 +206,6 @@ def ipexec(fname, options=None):
208206
]
209207
cmdargs = default_argv() + prompt_opts + options
210208

211-
_ip = get_ipython()
212209
test_dir = os.path.dirname(__file__)
213210

214211
ipython_cmd = get_ipython_cmd()

0 commit comments

Comments
 (0)