diff options
author | Jeroen <vo.jeroen@gmail.com> | 2018-06-25 12:31:16 +0200 |
---|---|---|
committer | Jeroen <vo.jeroen@gmail.com> | 2018-06-25 12:31:16 +0200 |
commit | 07b4f88de9ee534629db29aa4fc398607e7d866e (patch) | |
tree | d59cfabe4decd1c260fb6864f6fc897bad6aceda /synapse/crypto | |
parent | send SNI for federation requests (diff) | |
download | synapse-07b4f88de9ee534629db29aa4fc398607e7d866e.tar.xz |
formatting changes for pep8
Diffstat (limited to 'synapse/crypto')
-rw-r--r-- | synapse/crypto/context_factory.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/crypto/context_factory.py b/synapse/crypto/context_factory.py index 297a5fb045..415899e62b 100644 --- a/synapse/crypto/context_factory.py +++ b/synapse/crypto/context_factory.py @@ -14,8 +14,8 @@ from twisted.internet import ssl from OpenSSL import SSL, crypto -from twisted.internet._sslverify import _defaultCurveName, ClientTLSOptions, OpenSSLCertificateOptions, \ - optionsForClientTLS +from twisted.internet._sslverify import _defaultCurveName, ClientTLSOptions, \ + OpenSSLCertificateOptions, optionsForClientTLS import logging |