danielgtaylor / python-betterproto

Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC
MIT License
1.56k stars 218 forks source link

Remove useless function #619

Closed AdrienVannson closed 1 month ago

AdrienVannson commented 2 months ago

Summary

Remove a function that is not needed anymore. This function used to be called from the template to provide a default value to the arguments of service methods, but it is no longer the case. It is never called, and is not tested either.

Checklist