pitrou commented on a change in pull request #12077:
URL: https://github.com/apache/arrow/pull/12077#discussion_r786998794
##########
File path: python/pyarrow/__init__.py
##########
@@ -30,7 +30,9 @@
"""
import gc as _gc
+import importlib
Review comment:
```suggestion
import importlib as _importlib
```
--
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]