We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45ec65 commit b79b1eeCopy full SHA for b79b1ee
1 file changed
system_tests/speech.py
@@ -45,7 +45,6 @@ def _wait_until_complete(operation, max_attempts=5):
45
:rtype: bool
46
:returns: Boolean indicating if the operation is complete.
47
"""
48
-
49
retry = RetryResult(_operation_complete, max_tries=max_attempts)
50
return retry(operation.poll)()
51
0 commit comments