Remove unused import

This commit is contained in:
Brendan Abolivier 2019-02-15 12:27:43 +00:00
parent 1895d14e12
commit af8a2f679b
No known key found for this signature in database
GPG Key ID: 8EF1500759F70623

View File

@ -25,7 +25,6 @@ from twisted.python.filepath import FilePath
from twisted.python.url import URL from twisted.python.url import URL
from twisted.web import server, static from twisted.web import server, static
from twisted.web.resource import Resource from twisted.web.resource import Resource
from twisted.web.client import URI
from synapse.app import check_bind_error from synapse.app import check_bind_error
from synapse.crypto.context_factory import ClientTLSOptionsFactory from synapse.crypto.context_factory import ClientTLSOptionsFactory