dmkozh commented on pull request #15414: URL: https://github.com/apache/beam/pull/15414#issuecomment-916542589
> Can you fix the yapf errors? > > ``` > 19:46:42 py3-yapf-check run-test: commands[1] | time yapf --diff --parallel --recursive apache_beam > 19:47:09 --- apache_beam/transforms/combiners.py (original) > 19:47:09 +++ apache_beam/transforms/combiners.py (reformatted) > 19:47:09 @@ -700,6 +700,7 @@ > 19:47:09 a in zip(self._combiners, accumulator) > 19:47:09 ] > 19:47:09 > 19:47:09 + > 19:47:09 @with_input_types(T) > ``` Done. -- 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]
