We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e54223 commit c3cc114Copy full SHA for c3cc114
src/betterproto/templates/template.py.j2
@@ -1,6 +1,7 @@
1
-# @generated by the protocol buffer compiler. DO NOT EDIT!
+# Generated by the protocol buffer compiler. DO NOT EDIT!
2
# sources: {{ ', '.join(output_file.input_filenames) }}
3
# plugin: python-betterproto
4
+# This file has been @generated
5
{% for i in output_file.python_module_imports|sort %}
6
import {{ i }}
7
{% endfor %}
0 commit comments