andrewmusselman commented on code in PR #309: URL: https://github.com/apache/tooling-trusted-releases/pull/309#discussion_r2540821009
########## atr/storage/writers/distributions.py: ########## @@ -23,6 +23,7 @@ import aiohttp import sqlalchemy.exc as exc +from sqlalchemy import text Review Comment: `text` is in an internal module so I used `import sqlalchemy.sql as sqlalchemy_sql` -- 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]
