Abhishekmishra2808 commented on code in PR #608: URL: https://github.com/apache/tooling-trusted-releases/pull/608#discussion_r2742288156
########## atr/mail.py: ########## @@ -20,6 +20,8 @@ import ssl import time import uuid +from email.headerregistry import Address Review Comment: Done. I have refactored the imports to use the 'least significant name part' (e.g., import email.message as emailmessage) and renamed the internal variables to msg to avoid conflicts with the module names as requested. -- 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]
