| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
LGTM |
Sorry, something went wrong.
[A recent change](googleapis/google-auth-library-python@36ecb1d#diff-4762e5cf4088fa77af8bf63829f842548a4cad6e76be593786876e314807cd8f) added an internal _refresh_token method to some credentials files. Parts of the codebase were already using `_refresh_token` as an internal variable, holding a token value This causes some inconsistencies in the codebase, where it's not always clear if `_refresh_token` is referring to an action or an object It was also causing complications in internal code that depended on _refresh_token objects This PR renames the methods to `_perform_refresh_token`, to avoid the duplicate naming --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
…ady finished (#1900) fix: retry query job after ambiguous failures Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
| Back | FazBrowse Home | New Git URL |
The fixed header isn't accounted for when scrolling to anchor points so the original anchor text is obscured.
I would actually prefer to remove the fixed header instead of merging this PR. If it's ok to remove the fixed header let me know and I can do that instead!