We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa99b0 commit a867c88Copy full SHA for a867c88
gapic/templates/%namespace/%name_%version/%sub/types/__init__.py.j2
@@ -4,9 +4,9 @@
4
{%- for proto in api.protos.values() if proto.file_to_generate and proto.messages %}
5
from .{{proto.module_name }} import (
6
{%- for message in proto.messages.values() %}
7
- {{message.name }}, {% endfor %}
+ {{message.name }}, {% endfor %}
8
{%- for enum in proto.enums.values() %}
9
- {{ enum.name }}, {% endfor %}
+ {{ enum.name }}, {% endfor %}
10
){% endfor %}
11
12
__all__ = (
0 commit comments