You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/12 11:37:38 UTC

[beam] 01/01: WIP: Dummy change

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

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d23e289245f40357a3652ce755c0df765f4f92e7
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Aug 12 07:37:30 2022 -0400

    WIP: Dummy change
---
 sdks/python/apache_beam/runners/dataflow/internal/names.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index 40f8342a8c0..5cc61ee1237 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -41,6 +41,7 @@ BEAM_CONTAINER_VERSION = 'beam-master-20220803'
 # requires changes to SDK harness container or SDK harness launcher.
 BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220803'
 
+
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'