Remove unused import

pull/4652/head
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
1 changed files with 0 additions and 1 deletions

View File

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