We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is something we may overlook when implementing a feature, best to automate it.
Considerations:
/proto/amizone.proto
make gen
/gen/amizone_pb2_grpc.py
import amizone_pb2 as amizone__pb2
import gen.amizone_pb2 as amizone__pb2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is something we may overlook when implementing a feature, best to automate it.
Considerations:
/proto/amizone.proto
make gen
commands/gen/amizone_pb2_grpc.py
, it should change line 5 fromimport amizone_pb2 as amizone__pb2
toimport gen.amizone_pb2 as amizone__pb2
The text was updated successfully, but these errors were encountered: