Skip to content

Commit

Permalink
Fix revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jul 23, 2024
1 parent 7fbb096 commit bfafe36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/betterproto/lib/pydantic/google/protobuf/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/betterproto/templates/template.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class {{ enum.py_name }}(betterproto.Enum):
{% endfor %}
{% endif %}
{% for message in output_file.messages %}
@dataclasses.dataclass(eq=False, repr=False)
@dataclass(eq=False, repr=False)
class {{ message.py_name }}(betterproto.Message):
{% if message.comment %}
{{ message.comment }}
Expand Down

0 comments on commit bfafe36

Please sign in to comment.