pylint seems strict about the local variable count

This commit is contained in:
Seth Schoen 2015-05-01 21:57:22 -07:00
parent 40091cf60e
commit bdcb94a2b5

View file

@ -320,6 +320,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
@classmethod
def new_lineage(cls, lineagename, cert, privkey, chain, config=DEFAULTS):
# pylint: disable=too-many-locals
"""Create a new certificate lineage with the (suggested) lineage name
lineagename, and the associated cert, privkey, and chain (the
associated fullchain will be created automatically). Returns a new