diff options
author | Erik Johnston <erik@matrix.org> | 2015-03-06 11:37:24 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-03-06 11:37:24 +0000 |
commit | e49d6b1568eab259dc5eea434da2d0e65876e492 (patch) | |
tree | 90fa52927fe0be0850f6bb0ee4686626cc929a64 | |
parent | Don't look for an TLS private key if we have set --no-tls (diff) | |
download | synapse-e49d6b1568eab259dc5eea434da2d0e65876e492.tar.xz |
Unused import
-rw-r--r-- | synapse/config/tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py index a45bf6d521..034f9a7bf0 100644 --- a/synapse/config/tls.py +++ b/synapse/config/tls.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ._base import Config, ConfigError +from ._base import Config from OpenSSL import crypto import subprocess |