Skip to content

Commit

Permalink
Hello Dan
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Oct 31, 2016
1 parent d45ec65 commit b79b1ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system_tests/speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def _wait_until_complete(operation, max_attempts=5):
:rtype: bool
:returns: Boolean indicating if the operation is complete.
"""

retry = RetryResult(_operation_complete, max_tries=max_attempts)
return retry(operation.poll)()

Expand Down

0 comments on commit b79b1ee

Please sign in to comment.