Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76a600d

Browse files
authored
Fix formatting typo.
1 parent 68263fc commit 76a600d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/yaml/yaml_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def convert_to_bytes(row):
270270
raise ValueError(
271271
f"Cannot encode payload for WriteToPubSub. "
272272
f"Expected be valid string or bytes object, "
273-
f"got {repr(output)} of type {type(output}.")
273+
f"got {repr(output)} of type {type(output)}.")
274274

275275
return convert_to_bytes
276276
elif format == 'JSON':

0 commit comments

Comments
 (0)