mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Make pep8 happy
This commit is contained in:
@@ -219,9 +219,8 @@ def pyopenssl_load_certificate(data):
|
||||
str(error) for error in openssl_errors)))
|
||||
|
||||
|
||||
|
||||
def _get_sans_from_cert_or_req(
|
||||
cert_or_req_str, load_func, typ=OpenSSL.crypto.FILETYPE_PEM):
|
||||
def _get_sans_from_cert_or_req(cert_or_req_str, load_func,
|
||||
typ=OpenSSL.crypto.FILETYPE_PEM):
|
||||
try:
|
||||
cert_or_req = load_func(typ, cert_or_req_str)
|
||||
except OpenSSL.crypto.Error as error:
|
||||
|
||||
Reference in New Issue
Block a user