Code clarity fixes
autopep8 -ir -j2 --select=E303,E125 Diff checked manually.
This commit is contained in:
parent
dcb2b61b18
commit
c21d1f7925
37 changed files with 6 additions and 59 deletions
|
|
@ -34,7 +34,6 @@ class HTTPSVerifiedConnection(httplib.HTTPSConnection):
|
|||
This class allows communication via SSL, and will checks certificates
|
||||
"""
|
||||
|
||||
|
||||
def __init__(self, host, port=None, key_file=None, cert_file=None,
|
||||
ca_file=None, strict=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
|
||||
callBack=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue