1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Removed unnecessary whitespace

This commit is contained in:
Will Oller
2014-11-29 07:16:30 -08:00
parent ad5c2d0a4d
commit c5bbb30e5d

View File

@@ -129,14 +129,10 @@ class Client(object):
def acme_challenge(self):
"""Handle ACME "challenge" phase.
TODO: Handle more than one domain name in self.names
:returns: ACME "challenge" message.
:rtype: dict
"""
return self.send_and_receive_expected(
acme.challenge_request(self.names[0]), "challenge")