python-betterproto
python-betterproto copied to clipboard
Remove useless method
Summary
This small PR removes a useless method. The method was initially defined in https://github.com/danielgtaylor/python-betterproto/commit/b5dcac125024c4579efc9096200a371f67c283f1
It is no longer used, is not tested, and the implementation probably depends to heavily on the typing compiler to be reliable anyway.
Checklist
- [X] If code changes were made then they have been tested.