Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Jul 23, 2024
1 parent f51724e commit 503d7f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/marshal/rules/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def to_proto(self, value):
# Try the fast path first.
return self._descriptor(**value)
except (TypeError, ValueError) as ex:
# except TypeError as ex:
# If we have a type error,
# try the slow path in case the error
# was an int64/string issue
Expand Down

0 comments on commit 503d7f0

Please sign in to comment.