You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/05/07 00:06:51 UTC

[beam] branch master updated (1e00a0e -> bd4df94)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 1e00a0e  Merge pull request #11620 from robertwb/enable-mypy
     add bd4df94  Remove a bunch of spurious warnings in tests. (#11621)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/coders/standard_coders_test.py        |  3 ++-
 sdks/python/apache_beam/io/fileio_test.py                     |  4 ++++
 .../runners/portability/fn_api_runner/fn_runner_test.py       | 11 ++++++-----
 sdks/python/apache_beam/testing/util.py                       |  2 --
 sdks/python/apache_beam/transforms/core.py                    |  9 ++++-----
 sdks/python/apache_beam/transforms/ptransform_test.py         |  7 -------
 sdks/python/apache_beam/transforms/timeutil.py                |  6 ++++--
 sdks/python/apache_beam/transforms/trigger.py                 |  3 ++-
 sdks/python/apache_beam/transforms/trigger_test.py            |  5 +++--
 sdks/python/apache_beam/transforms/util.py                    |  4 ----
 sdks/python/apache_beam/transforms/util_test.py               |  4 ++++
 sdks/python/apache_beam/transforms/window.py                  |  3 ++-
 12 files changed, 31 insertions(+), 30 deletions(-)