summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-02-15 12:27:43 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-02-15 12:27:43 +0000
commitaf8a2f679b38d0e3594e172b3b4f7a7c4468193e (patch)
treedbdceefde0a268e74978c6df1af79f42499e0fe4
parentSupport .well-known delegation when issuing certificates through ACME (diff)
downloadsynapse-af8a2f679b38d0e3594e172b3b4f7a7c4468193e.tar.xz
Remove unused import
-rw-r--r--synapse/handlers/acme.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/acme.py b/synapse/handlers/acme.py
index 9d1b1a1c29..93a6a36e6a 100644
--- a/synapse/handlers/acme.py
+++ b/synapse/handlers/acme.py
@@ -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