Description

August 24, 2025 · View on GitHub

Replace this with a clear and concise change description

Fixes/Related to #[issue number]

Choose one: (Bug fix | Feature | Documentation | Testing | Code health | Other)

How Has This Been Tested?

Replace this with a description of the tests that you ran to verify your changes. If executing the existing test suite without customization, simply paste the command line used.

$ python -m unittest discover ...

Checklist:

  • I have read and acknowledged Google's Open Source Code of conduct.
  • I have read the Contributing page, and I either signed the Google Individual CLA or am covered by my company's Corporate CLA.
  • I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
  • I have made any needed documentation changes, or noted in the linked issue(s) that documentation elsewhere needs updating.
  • I have added tests, or I have ensured existing tests cover the changes
  • I have followed Google's Python Style Guide and ran pylint over the affected code.