You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
/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
Component(s)
Python
The text was updated successfully, but these errors were encountered:
#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.
* GitHub Issue: #40439
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
Component(s)
Python
The text was updated successfully, but these errors were encountered: