mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 18:05:57 +08:00
Proto itself supports primitives, not just messages. See https://github.com/dropbox/mypy-protobuf/issues/244 for an example motivating this change. Test Plan: I was able to use MYPYPATH to test an updated version of mypy-protobuf with this change.