Skip to content

Commit 36e233c

Browse files
authored
Include WaitOn in wildcard imports (#35645)
1 parent b26ecf1 commit 36e233c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • sdks/python/apache_beam/transforms

sdks/python/apache_beam/transforms/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
'Tee',
100100
'Values',
101101
'WithKeys',
102-
'GroupIntoBatches'
102+
'GroupIntoBatches',
103+
'WaitOn'
103104
]
104105

105106
K = TypeVar('K')

0 commit comments

Comments
 (0)