Skip to content

Commit 038b2c0

Browse files
authored
remove unnecessary import of requests_unixsocket (#5451)
1 parent d2d50f1 commit 038b2c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebook/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
# in tornado >=5 with Python 3
2424
from tornado.concurrent import Future as TornadoFuture
2525
from tornado import gen
26-
import requests_unixsocket
2726
from ipython_genutils import py3compat
2827

2928
# UF_HIDDEN is a stat flag not defined in the stat module.

0 commit comments

Comments
 (0)