mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
code style
This commit is contained in:
parent
20bca19420
commit
abdde886fa
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ def _find_lineage_for_domains_and_certname(config, domains, certname):
|
|||
"possible certificate names.".format(certname))
|
||||
|
||||
def _get_added_removed(after, before):
|
||||
"""Get lists of items removed from `before`
|
||||
"""Get lists of items removed from `before`
|
||||
and a lists of items added to `after`
|
||||
"""
|
||||
added = list(set(after) - set(before))
|
||||
|
|
|
|||
Loading…
Reference in a new issue