formatting changes for pep8

This commit is contained in:
Jeroen 2018-06-25 12:31:16 +02:00
parent 3d605853c8
commit 07b4f88de9
4 changed files with 8 additions and 5 deletions

View file

@ -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