remove unnecessary import of requests_unixsocket (#5451)

This commit is contained in:
Steven Silvester 2020-05-16 04:30:06 -05:00 committed by GitHub
parent d2d50f127a
commit 038b2c0c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.