Skip to content

Commit 8a30dfb

Browse files
committed
remove PY3 var
1 parent 435e264 commit 8a30dfb

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

IPython/utils/capture.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66

77

88
import sys
9-
10-
from IPython.utils.py3compat import PY3
11-
12-
if PY3:
13-
from io import StringIO
14-
else:
15-
from StringIO import StringIO
9+
from io import StringIO
1610

1711
#-----------------------------------------------------------------------------
1812
# Classes and functions

0 commit comments

Comments
 (0)