kou opened a new pull request, #40440:
URL: https://github.com/apache/arrow/pull/40440
### Rationale for this change
Failures:
/arrow/python/benchmarks/parquet.py:18:1: F401 'shutil' imported but
unused
/arrow/python/benchmarks/parquet.py:19:1: F401 'tempfile' imported but
unused
/arrow/python/benchmarks/parquet.py:23:1: F401 'pandas as pd' imported
but unused
### What changes are included in this PR?
* Remove unused imports.
* Add python/benchmarks/ to lint targets.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
--
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]