tvalentyn commented on PR #24834: URL: https://github.com/apache/beam/pull/24834#issuecomment-1397746658
Apologies for the long response, I was OOO for a bit. Thanks for the fix! Precommit errors are most likely a flake, we can re-run the suite. Lint errors is visible if you follow the "Details" -> Console Output link. The error is: ``` apache_beam conftest.py gen_protos.py setup.py Running pylint... ************* Module apache_beam.transforms.util apache_beam/transforms/util.py:238:0: C0301: Line too long (88/80) (line-too-long) -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, -0.00) ``` -- 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]
