mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 17:36:59 +00:00
Fix random formatting
This commit is contained in:
parent
81a93ddcc8
commit
6485f03d91
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
import sys
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
from synapse.python_dependencies import check_requirements, DEPENDENCY_LINKS
|
||||
|
||||
|
|
|
@ -265,7 +265,8 @@ class WoefullyInsecureContextFactory(ssl.ContextFactory):
|
|||
"""
|
||||
Factory for PyOpenSSL SSL contexts which does absolutely no certificate verification.
|
||||
|
||||
Do not use this unless you really, really hate your users."""
|
||||
Do not use this unless you really, really hate your users.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self._context = SSL.Context(SSL.SSLv23_METHOD)
|
||||
|
|
Loading…
Add table
Reference in a new issue