Skip to content

Commit a867c88

Browse files
committed
fix: adjust indentation
1 parent 6aa99b0 commit a867c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gapic/templates/%namespace/%name_%version/%sub/types/__init__.py.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
{%- for proto in api.protos.values() if proto.file_to_generate and proto.messages %}
55
from .{{proto.module_name }} import (
66
{%- for message in proto.messages.values() %}
7-
{{message.name }}, {% endfor %}
7+
{{message.name }}, {% endfor %}
88
{%- for enum in proto.enums.values() %}
9-
{{ enum.name }}, {% endfor %}
9+
{{ enum.name }}, {% endfor %}
1010
){% endfor %}
1111

1212
__all__ = (

0 commit comments

Comments
 (0)