emkornfield commented on pull request #6979: URL: https://github.com/apache/arrow/pull/6979#issuecomment-704771435
@wjones1 I think the ming/windows ones are ignorable. Lint one is real: ``` INFO:archery:Running Python formatter (autopep8) INFO:archery:Running Python linter (flake8) /arrow/python/pyarrow/tests/test_parquet.py:25:1: F401 'os.stat_result' imported but unused /arrow/python/pyarrow/tests/test_parquet.py:189:80: E501 line too long (86 > 79 characters) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
