Skip to content

Commit

Permalink
Fix formatting typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Oct 1, 2024
1 parent 68263fc commit 76a600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/yaml/yaml_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def convert_to_bytes(row):
raise ValueError(
f"Cannot encode payload for WriteToPubSub. "
f"Expected be valid string or bytes object, "
f"got {repr(output)} of type {type(output}.")
f"got {repr(output)} of type {type(output)}.")

return convert_to_bytes
elif format == 'JSON':
Expand Down

0 comments on commit 76a600d

Please sign in to comment.