Merge pull request #876 from letsencrypt/fix_indentation

Fixed indentation in storage.py
This commit is contained in:
bmw
2015-10-01 15:28:05 -07:00
+1 -1
View File
@@ -520,7 +520,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
remaining = expiry - now
if remaining < autorenew_interval:
return True
return False
return False
@classmethod
def new_lineage(cls, lineagename, cert, privkey, chain,