Skip to content

Commit a30b97f

Browse files
committed
yapf
1 parent 1dc8447 commit a30b97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/apache_beam/transforms/sideinputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def default_window_mapping_fn(
6060
def map_via_end(source_window: window.BoundedWindow) -> window.BoundedWindow:
6161
return list(
6262
target_window_fn.assign(
63-
window.WindowFn.AssignContext(source_window.max_timestamp(),
64-
window=source_window)))[-1]
63+
window.WindowFn.AssignContext(
64+
source_window.max_timestamp(), window=source_window)))[-1]
6565

6666
return map_via_end
6767

0 commit comments

Comments
 (0)