diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-02 12:07:38 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-02 12:07:38 +0100 |
commit | d194e5daf5b63765ebe1a6148683caed502c6a96 (patch) | |
tree | 648678c4e97ced4fc9c4fec4000d6d3f3c480201 /synapse | |
parent | lint (diff) | |
download | synapse-d194e5daf5b63765ebe1a6148683caed502c6a96.tar.xz |
liiint
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/crypto/context_factory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/crypto/context_factory.py b/synapse/crypto/context_factory.py index 687b6be961..bfd7910f30 100644 --- a/synapse/crypto/context_factory.py +++ b/synapse/crypto/context_factory.py @@ -24,8 +24,8 @@ from twisted.internet.interfaces import IOpenSSLClientConnectionCreator from twisted.internet.ssl import ( CertificateOptions, ContextFactory, - platformTrust, OpenSSLCertificateAuthorities, + platformTrust, ) from twisted.python.failure import Failure |