Skip to content

Name the importsΒ #652

@complynx

Description

@complynx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions