fix: Python formatting#5962
Conversation
|
Response from ADK Triaging Agent Hello @primenko-v, thank you for creating this PR! We noticed a few areas where this PR could be updated to align better with our Contribution Guidelines:
Providing this context will greatly help reviewers understand and review your changes more efficiently. Thank you for your contribution! |
061bf61 to
7512657
Compare
You are absolutely right! (haha). I accidentally created a new |
|
I think it would be nice to prevent issues like this in the future, so I created #5963. |
Link to Issue or Description of Change
Problem:
Commit e5af12c2 was pushed directly to
mainwithout passing the pre-commit check. This created formatting issues in 5 files, causing any subsequent PR that touches.pyfiles to fail CI.Solution:
Run
isortandpyinkon the affected files to restore formatting compliance.Testing Plan
Unit Tests:
Manual End-to-End (E2E) Tests:
All hooks pass after this fix.
Checklist