Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cd43d commit 53f23d4Copy full SHA for 53f23d4
1 file changed
IPython/lib/tests/test_display.py
@@ -14,11 +14,7 @@
14
#-----------------------------------------------------------------------------
15
from tempfile import NamedTemporaryFile, mkdtemp
16
from os.path import split, join as pjoin, dirname
17
-import sys
18
-try:
19
- import pathlib
20
-except ImportError:
21
- pass
+import pathlib
22
from unittest import TestCase, mock
23
import struct
24
import wave
0 commit comments