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

Name the imports #652

Open
complynx opened this issue Nov 8, 2024 · 0 comments
Open

Name the imports #652

complynx opened this issue Nov 8, 2024 · 0 comments

Comments

@complynx
Copy link

complynx commented Nov 8, 2024

Instead of

import a.b.c_pb2

some use() -> a.b.c_pb2.Something

do

import a.b.c_pb2 as a_dot_b_dot_c_pb2

some use() -> a_dot_b_dot_c_pb2.Something

as it's done in protoc generator

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