Make lint happy

This commit is contained in:
sagi 2016-05-19 19:35:38 +00:00
parent 501c19ef2a
commit 3589b25dc3

View file

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