summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-02 12:07:38 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-02 12:07:38 +0100
commitd194e5daf5b63765ebe1a6148683caed502c6a96 (patch)
tree648678c4e97ced4fc9c4fec4000d6d3f3c480201 /synapse
parentlint (diff)
downloadsynapse-d194e5daf5b63765ebe1a6148683caed502c6a96.tar.xz
liiint
Diffstat (limited to 'synapse')
-rw-r--r--synapse/crypto/context_factory.py2
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