Ox0400 commented on code in PR #38582: URL: https://github.com/apache/arrow/pull/38582#discussion_r1398637010
########## python/pyarrow/tests/test_json.py: ########## @@ -17,6 +17,7 @@ from collections import OrderedDict from decimal import Decimal +import os Review Comment: Hi @bkietz, fixed, plz try again, I have run `archery lint --python` on local and all passed. ``` ➜ python git:(main) ✗ archery lint --python INFO:archery:Running Python formatter (autopep8) INFO:archery:Running Python linter (flake8) INFO:archery:Running Cython linter (cython-lint) ➜ python git:(main) ✗ ``` ########## python/pyarrow/tests/test_json.py: ########## @@ -17,6 +17,7 @@ from collections import OrderedDict from decimal import Decimal +import os Review Comment: Hi @bkietz, fixed, plz try again, I have run `archery lint --python` on local and all passed. ``` ➜ python git:(main) ✗ archery lint --python INFO:archery:Running Python formatter (autopep8) INFO:archery:Running Python linter (flake8) INFO:archery:Running Cython linter (cython-lint) ➜ python git:(main) ✗ ``` -- 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]
