diff --git a/proto/marshal/rules/message.py b/proto/marshal/rules/message.py index c0725b3..ac25b95 100644 --- a/proto/marshal/rules/message.py +++ b/proto/marshal/rules/message.py @@ -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