You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/api_core/retry/retry_unary.py
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ def check_if_exists():
57
57
from __future__ importannotations
58
58
59
59
importfunctools
60
+
importlogging
60
61
importsys
61
62
importtime
62
63
importinspect
@@ -81,6 +82,7 @@ def check_if_exists():
81
82
82
83
_ASYNC_RETRY_WARNING="Using the synchronous google.api_core.retry.Retry with asynchronous calls may lead to unexpected results. Please use google.api_core.retry_async.AsyncRetry instead."
0 commit comments