vmagamedov / grpclib

Pure-Python gRPC implementation for asyncio
http://grpclib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
936 stars 92 forks source link

fix parse errors with methodless stubs by adding a "pass" statement #176

Closed xloem closed 1 year ago

xloem commented 1 year ago

Fixes a situation I encountered where an init function had an empty body.

vmagamedov commented 1 year ago

Thanks for the fix!