Skip to content

Commit b4f1763

Browse files
committed
remove extra line
1 parent 36e531f commit b4f1763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/python/apache_beam/yaml/yaml_transform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,6 @@ def preprocess_windowing(spec):
10331033
if 'windowing' in spec:
10341034
spec['config'] = spec.get('config', {})
10351035
spec['config']['windowing'] = spec.pop('windowing')
1036-
10371036
return spec
10381037
elif 'windowing' not in spec:
10391038
# Nothing to do.

0 commit comments

Comments
 (0)