We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0ad87 commit 82a05feCopy full SHA for 82a05fe
sdks/python/apache_beam/utils/windowed_value_test.py
@@ -87,7 +87,7 @@ def finish_bundle(self):
87
yield beam.transforms.window.GlobalWindows.windowed_value('test')
88
89
with beam.Pipeline() as p:
90
- (
+ _ = (
91
p | 'create' >> beam.Create(input_data)
92
| beam.WindowInto(beam.transforms.window.FixedWindows(10))
93
| beam.ParDo(ComputeWordLengthFn()))
0 commit comments