Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reference gax import in storage libs (#2720)
The storage client is the only client that imports gax. Depending on the RPCs being generated it may or may not use the gax import. To avoid generating an unreferenced lets always import it.
- Loading branch information