Fix lint issues.

This commit is contained in:
Wilfried Teiken
2016-04-25 00:46:45 -04:00
parent 6196cf0aa7
commit 9396e92a96
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -599,4 +599,3 @@ class DNSResponse(ChallengeResponse):
"""
return chall.check_validation(self.validation, account_public_key)
+1
View File
@@ -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.