Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for @generated marker #382

Merged
merged 4 commits into from
Aug 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed location of @generated
Signed-off-by: Antonín Říha <antonin.riha@protonmail.com>
  • Loading branch information
anriha committed May 17, 2022
commit 7509901158c5cbde59c6b6aef0bb5329cc54e4f7
3 changes: 2 additions & 1 deletion src/betterproto/templates/template.py.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @generated by the protocol buffer compiler. DO NOT EDIT!
# Generated by the protocol buffer compiler. DO NOT EDIT!
# sources: {{ ', '.join(output_file.input_filenames) }}
# plugin: python-betterproto
# This file has been @generated
{% for i in output_file.python_module_imports|sort %}
import {{ i }}
{% endfor %}
Expand Down