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

damccorm pushed a commit to branch users/damccorm/armTests
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/armTests by 
this push:
     new d400fb21954 Format
d400fb21954 is described below

commit d400fb21954e5c6d4886fff7d36a3797159ee815
Author: Danny McCormick <[email protected]>
AuthorDate: Sat Sep 23 19:03:10 2023 -0400

    Format
---
 sdks/python/apache_beam/examples/wordcount_it_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/examples/wordcount_it_test.py 
b/sdks/python/apache_beam/examples/wordcount_it_test.py
index fa173f0bc5b..1cb73c7acde 100644
--- a/sdks/python/apache_beam/examples/wordcount_it_test.py
+++ b/sdks/python/apache_beam/examples/wordcount_it_test.py
@@ -116,8 +116,8 @@ class WordCountIT(unittest.TestCase):
     test_pipeline = TestPipeline(is_integration_test=True)
     extra_opts = {}
 
-    if (test_pipeline.get_option('machine_type') == 't2a-standard-1'
-        and 'prebuild_sdk_container_engine' in opts):
+    if (test_pipeline.get_option('machine_type') == 't2a-standard-1' and
+        'prebuild_sdk_container_engine' in opts):
       pytest.skip('prebuild_sdk_container_engine not supported on ARM')
 
     # Set extra options to the pipeline for test purpose

Reply via email to