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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2b38cd5625 Fix lining breakage in pipeline_instrument_test.py (#35959)
f2b38cd5625 is described below

commit f2b38cd5625500b379667e624a6935a904a7cfd1
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Aug 26 11:53:57 2025 -0400

    Fix lining breakage in pipeline_instrument_test.py (#35959)
---
 sdks/python/apache_beam/runners/interactive/pipeline_instrument_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/runners/interactive/pipeline_instrument_test.py 
b/sdks/python/apache_beam/runners/interactive/pipeline_instrument_test.py
index 893603ddbb5..7f5c4f913bd 100644
--- a/sdks/python/apache_beam/runners/interactive/pipeline_instrument_test.py
+++ b/sdks/python/apache_beam/runners/interactive/pipeline_instrument_test.py
@@ -36,7 +36,7 @@ from 
apache_beam.runners.interactive.testing.pipeline_assertion import assert_pi
 from apache_beam.runners.interactive.testing.pipeline_assertion import 
assert_pipeline_proto_contain_top_level_transform
 from apache_beam.runners.interactive.testing.pipeline_assertion import 
assert_pipeline_proto_equal
 from apache_beam.runners.interactive.testing.pipeline_assertion import \
-    assert_pipeline_proto_not_contain_top_level_transform
+  assert_pipeline_proto_not_contain_top_level_transform
 from apache_beam.runners.interactive.testing.test_cache_manager import 
InMemoryCache
 from apache_beam.testing.test_stream import TestStream
 

Reply via email to