pabloem commented on pull request #15286: URL: https://github.com/apache/beam/pull/15286#issuecomment-894418489
LGTM. There's a lint failure from a line-too-long: ``` 00:02:44.972 apache_beam/transforms/ptransform.py:602:0: C0301: Line too long (82/80) (line-too-long) ``` You can let yapf autoformat the code: `tox -e py3-yapf`, and you can run linters with `tox -e py37-lint` I believe -- 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]
