mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 14:03:54 +01:00
fix isort
This commit is contained in:
parent
8e3f75b39a
commit
2903e65aff
1 changed files with 3 additions and 2 deletions
|
@ -13,12 +13,13 @@
|
|||
# limitations under the License.
|
||||
import logging
|
||||
|
||||
from zope.interface import implementer
|
||||
|
||||
from OpenSSL import SSL, crypto
|
||||
from twisted.internet._idna import _idnaBytes
|
||||
from twisted.internet.ssl import ContextFactory, CertificateOptions
|
||||
from twisted.internet._sslverify import _defaultCurveName, _tolerateErrors
|
||||
from twisted.internet.interfaces import IOpenSSLClientConnectionCreator
|
||||
from zope.interface import implementer
|
||||
from twisted.internet.ssl import CertificateOptions, ContextFactory
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue