bkietz commented on code in PR #38582: URL: https://github.com/apache/arrow/pull/38582#discussion_r1397741594
########## python/pyarrow/tests/test_json.py: ########## @@ -17,6 +17,7 @@ from collections import OrderedDict from decimal import Decimal +import os Review Comment: Looks like the linter is complaining about this unused import. -- 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]
