developer-ravi-03 commented on PR #474: URL: https://github.com/apache/tooling-trusted-releases/pull/474#issuecomment-3732341259
Thanks for the review and guidance. I’ve updated the implementation to construct htm.Element instances immutably (removing .append() usage), which resolves the Pyright type issue in atr/get/announce.py. I ran `make check` locally. All checks related to the modified code now pass cleanly. The remaining Pyright failure comes from optional Playwright test files that are unchanged by this PR and require additional local dependencies. No dependency or lockfile changes were committed, as this PR does not introduce dependency updates. Please let me know if you’d like me to adjust anything further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
