Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Jul 30, 2024
1 parent f1b5b8a commit 7a199ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/marshal/rules/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def to_proto(self, value):
except (TypeError, ValueError) as ex:
# If we have a TypeError or Valueerror,
# try the slow path in case the error
# was:
# was:
# - an int64/string issue.
# - a missing key issue in case a key only exists with a `_` suffix.
# See related issue: https://github.com/googleapis/python-api-core/issues/227.
Expand Down

0 comments on commit 7a199ed

Please sign in to comment.