mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fix lint issues.
This commit is contained in:
parent
6196cf0aa7
commit
9396e92a96
2 changed files with 1 additions and 1 deletions
|
|
@ -599,4 +599,3 @@ class DNSResponse(ChallengeResponse):
|
|||
|
||||
"""
|
||||
return chall.check_validation(self.validation, account_public_key)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ import dns.exception
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def txt_records_for_name(name):
|
||||
"""Resolve the name and return the TXT records.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue