Skip to content

Commit b79b1ee

Browse files
committed
Hello Dan
1 parent d45ec65 commit b79b1ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

system_tests/speech.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def _wait_until_complete(operation, max_attempts=5):
4545
:rtype: bool
4646
:returns: Boolean indicating if the operation is complete.
4747
"""
48-
4948
retry = RetryResult(_operation_complete, max_tries=max_attempts)
5049
return retry(operation.poll)()
5150

0 commit comments

Comments
 (0)