pitrou commented on a change in pull request #12077: URL: https://github.com/apache/arrow/pull/12077#discussion_r786623993
########## File path: python/pyarrow/__init__.py ########## @@ -30,7 +30,9 @@ """ import gc as _gc +import importlib import os as _os +import platform Review comment: Nit: since we're prefixing other stdlib imports with an underscore, can you keep this convention here too? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org