mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
remove unnecessary import of requests_unixsocket (#5451)
This commit is contained in:
parent
d2d50f127a
commit
038b2c0c4c
@ -23,7 +23,6 @@ from urllib.request import pathname2url
|
||||
# in tornado >=5 with Python 3
|
||||
from tornado.concurrent import Future as TornadoFuture
|
||||
from tornado import gen
|
||||
import requests_unixsocket
|
||||
from ipython_genutils import py3compat
|
||||
|
||||
# UF_HIDDEN is a stat flag not defined in the stat module.
|
||||
|
Loading…
Reference in New Issue
Block a user