Skip to content

Commit

Permalink
import extra helper in retry_unary_async
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 11, 2023
1 parent 71e5888 commit cbae3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/api_core/retry/retry_unary_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async def check_if_exists():

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

if TYPE_CHECKING:
import sys
Expand Down

0 comments on commit cbae3d3

Please sign in to comment.