You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/09/10 00:44:28 UTC

[GitHub] [beam] dmkozh commented on pull request #15414: Added type annotations to some combiners missing it.

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org