mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
formatting changes for pep8
This commit is contained in:
parent
3d605853c8
commit
07b4f88de9
4 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue