Skip to content

Commit 82a05fe

Browse files
committedSep 27, 2024
lint
1 parent 4e0ad87 commit 82a05fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎sdks/python/apache_beam/utils/windowed_value_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def finish_bundle(self):
8787
yield beam.transforms.window.GlobalWindows.windowed_value('test')
8888

8989
with beam.Pipeline() as p:
90-
(
90+
_ = (
9191
p | 'create' >> beam.Create(input_data)
9292
| beam.WindowInto(beam.transforms.window.FixedWindows(10))
9393
| beam.ParDo(ComputeWordLengthFn()))

0 commit comments

Comments
 (0)