Skip to content

Commit cbae3d3

Browse files
committed
import extra helper in retry_unary_async
1 parent 71e5888 commit cbae3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/api_core/retry/retry_unary_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async def check_if_exists():
7373

7474
# for backwards compatibility, expose helpers in this module
7575
from google.api_core.retry.retry_base import if_exception_type # noqa
76+
from google.api_core.retry.retry_base import if_transient_error # noqa
7677

7778
if TYPE_CHECKING:
7879
import sys

0 commit comments

Comments
 (0)