Close docstring.

This commit is contained in:
Jacob Hoffman-Andrews 2018-01-05 18:21:04 -08:00
parent 5cc4778221
commit fb88bf5b06

View file

@ -603,7 +603,7 @@ class ClientV2(ClientBase):
csr=csr)
def poll_order_and_request_issuance(self, orderr, max_time=datetime.timedelta(seconds=90)):
"""Poll Order Resource for status.
"""Poll Order Resource for status."""
responses = []
deadline = datetime.datetime.now() + max_time
for url in orderr.body.authorizations: