Skip to content
New issue

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

chore(python-sdk): fix generation of grpc files to avoid manually writing imports #128

Open
abelanger5 opened this issue Jan 26, 2024 · 0 comments

Comments

@abelanger5
Copy link
Contributor

Right now, python _grpc.py files need to be fixed manually, for example:

from .workflows_pb2 import workflows__pb2

Needs to be replaced with:

from . import workflows_pb2 as workflows__pb2

We should do this in the generation script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant