Skip to content

Commit d17575d

Browse files
committed
remove extra line
1 parent 8db91d1 commit d17575d

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
@@ -1030,7 +1030,6 @@ def push_windowing_to_roots(spec):
10301030
def preprocess_windowing(spec):
10311031
if spec['type'] == 'WindowInto':
10321032
# This is the transform where it is actually applied.
1033-
10341033
if 'windowing' in spec:
10351034
spec['config'] = spec.get('config', {})
10361035
spec['config']['windowing'] = spec.pop('windowing')

0 commit comments

Comments
 (0)