style: Reformat test_impersonated_credentials.py to fix black lint error#2
Conversation
Reformatted packages/google-auth/tests/test_impersonated_credentials.py with `black` to adhere to the project's formatting requirements and resolve the failing CI lint check. Co-authored-by: amtk3 <254821816+amtk3@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
38caf28
into
feat/impersonated-credentials-mtls-14737746463131592670
Fixes a linting error reported by the CI runner (
blackformatting check failed).Reformatted
packages/google-auth/tests/test_impersonated_credentials.pyto match the repository'sblackstyle guide guidelines, correcting line lengths and indentation in thetest_sign_bytes_configures_mtlsandtest_id_token_refresh_configures_mtlstests.Successfully verified by running
nox -s lintandpython3 -m pytest tests/test_impersonated_credentials.pylocally.PR created automatically by Jules for task 3391227870716880661 started by @amtk3