mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Fix lint issues.
This commit is contained in:
@@ -599,4 +599,3 @@ class DNSResponse(ChallengeResponse):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
return chall.check_validation(self.validation, account_public_key)
|
return chall.check_validation(self.validation, account_public_key)
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import dns.exception
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def txt_records_for_name(name):
|
def txt_records_for_name(name):
|
||||||
"""Resolve the name and return the TXT records.
|
"""Resolve the name and return the TXT records.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user