TheNeuralBit commented on PR #23701: URL: https://github.com/apache/beam/pull/23701#issuecomment-1319005104
Now it looks like PythonLint is unhappy (you can find the logs in the same way): ``` 01:48:09 Running pylint... 01:49:19 ************* Module apache_beam.transforms.util 01:49:19 apache_beam/transforms/util.py:651:0: C0301: Line too long (85/80) (line-too-long) 01:49:19 ************* Module apache_beam.transforms.util_test 01:49:19 apache_beam/transforms/util_test.py:23:0: W0611: Unused MetricName imported from apache_beam.metrics.metric (unused-import) 01:49:19 ************* Module apache_beam.dataframe.frames 01:49:19 apache_beam/dataframe/frames.py:679:53: I1101: Module 'pandas._libs.lib' has no 'no_default' member, but source is unavailable. Consider adding this module to extension-pkg-allow-list if you want to perform analysis based on run-time introspection of living objects. (c-extension-no-member) 01:49:19 01:49:19 -------------------------------------------------------------------- 01:49:19 Your code has been rated at 10.00/10 (previous run: 10.00/10, -0.00) ``` I think you should be able to ignore the DataFrame one. Also you can run this locally with `tox -e py37-lint` -- 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]
