Skip to content

Commit 953b913

Browse files
Remove incorrect type hint.
1 parent 25370f5 commit 953b913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/io/iobase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ def _expand_bounded(self, pcoll, min_shards):
12121212
AsSingleton(init_result_coll),
12131213
AsIter(write_result_coll),
12141214
min_shards,
1215-
AsSingleton(pre_finalize_coll)).with_output_types(str))
1215+
AsSingleton(pre_finalize_coll)))
12161216

12171217
def _apply_windowing(self, pcoll):
12181218
"""

0 commit comments

Comments
 (0)