commit | cb777a133bf133796566d4b58ae635436d8d74ef | [log] [tgz] |
---|---|---|
author | Victor Chudnovsky <vchudnov@google.com> | Mon Jan 29 13:37:36 2024 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 29 13:37:36 2024 -0800 |
tree | 140893899699edfade538f8c9f2da01b82d87ee3 | |
parent | ebc26351eb412f8ffa4d3df99722a21b9ce6b4cd [diff] |
fix: for backwards compatibility, expose legacy retry imports (#577) This exposes the legacy google imports that were previously exposed by this package, even though they are not needed now. (Note that standard imports that are no longer needed are NOT exposed; they should be imported directly.) --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>