mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 20:42:47 +02:00
Make lint happy
This commit is contained in:
@@ -292,7 +292,6 @@ class Client(object):
|
|||||||
key.pem, crypto_util.dump_pyopenssl_chain(chain),
|
key.pem, crypto_util.dump_pyopenssl_chain(chain),
|
||||||
configuration.RenewerConfiguration(self.config.namespace))
|
configuration.RenewerConfiguration(self.config.namespace))
|
||||||
|
|
||||||
|
|
||||||
def save_certificate(self, certr, chain_cert,
|
def save_certificate(self, certr, chain_cert,
|
||||||
cert_path, chain_path, fullchain_path):
|
cert_path, chain_path, fullchain_path):
|
||||||
"""Saves the certificate received from the ACME server.
|
"""Saves the certificate received from the ACME server.
|
||||||
|
|||||||
Reference in New Issue
Block a user