Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 65eb7d2

Browse files
Remove comment
1 parent 93491a3 commit 65eb7d2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/betterproto2_compiler/templates/header.py.j2

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@
55
# plugin: python-betterproto2
66
# This file has been @generated
77

8-
{# __all__ = (
9-
{% for _, enum in output_file.enums|dictsort(by="key") %}
10-
"{{ enum.py_name }}",
11-
{%- endfor -%}
12-
{% for _, message in output_file.messages|dictsort(by="key") %}
13-
"{{ message.py_name }}",
14-
{%- endfor -%}
15-
{% for _, service in output_file.services|dictsort(by="key") %}
16-
"{{ service.py_name }}Stub",
17-
"{{ service.py_name }}Base",
18-
{%- endfor -%}
19-
) #}
20-
218
__all__ = (
229
{%- for name in all -%}
2310
"{{ name }}",

0 commit comments

Comments
 (0)