diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-02-15 12:27:43 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-02-15 12:27:43 +0000 |
commit | af8a2f679b38d0e3594e172b3b4f7a7c4468193e (patch) | |
tree | dbdceefde0a268e74978c6df1af79f42499e0fe4 /synapse/handlers/acme.py | |
parent | Support .well-known delegation when issuing certificates through ACME (diff) | |
download | synapse-af8a2f679b38d0e3594e172b3b4f7a7c4468193e.tar.xz |
Remove unused import
Diffstat (limited to 'synapse/handlers/acme.py')
-rw-r--r-- | synapse/handlers/acme.py | 1 |
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 |