Skip to content

Commit 9286b71

Browse files
authored
Merge pull request #325 from farisachugthai/unused_imports
Remove unused imports
2 parents 9ef90bb + 81e2176 commit 9286b71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from traitlets.tests.utils import check_help_all_output
77
from jupyter_server.utils import url_escape, url_unescape, is_hidden, is_file_hidden, secure_write
88
from ipython_genutils.py3compat import cast_unicode
9-
from ipython_genutils.tempdir import TemporaryDirectory
10-
from ipython_genutils.testing.decorators import skip_if_not_win32, skip_win32
119

1210

1311
def test_help_output():

0 commit comments

Comments
 (0)