Skip to content

Commit c3cc114

Browse files
committed
Change location of @generated
Signed-off-by: Antonín Říha <[email protected]>
1 parent 1e54223 commit c3cc114

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/betterproto/templates/template.py.j2

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# @generated by the protocol buffer compiler. DO NOT EDIT!
1+
# Generated by the protocol buffer compiler. DO NOT EDIT!
22
# sources: {{ ', '.join(output_file.input_filenames) }}
33
# plugin: python-betterproto
4+
# This file has been @generated
45
{% for i in output_file.python_module_imports|sort %}
56
import {{ i }}
67
{% endfor %}

0 commit comments

Comments
 (0)