mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Make lint happy
This commit is contained in:
parent
501c19ef2a
commit
3589b25dc3
1 changed files with 0 additions and 1 deletions
|
|
@ -292,7 +292,6 @@ class Client(object):
|
|||
key.pem, crypto_util.dump_pyopenssl_chain(chain),
|
||||
configuration.RenewerConfiguration(self.config.namespace))
|
||||
|
||||
|
||||
def save_certificate(self, certr, chain_cert,
|
||||
cert_path, chain_path, fullchain_path):
|
||||
"""Saves the certificate received from the ACME server.
|
||||
|
|
|
|||
Loading…
Reference in a new issue