Skip to content

Commit

Permalink
Update karapace/protobuf/schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jarkko Jaakola <[email protected]>
  • Loading branch information
eliax1996 and jjaakola-aiven authored Oct 13, 2023
1 parent ea182d8 commit 586c4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karapace/protobuf/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def option_element_string(option: OptionElement) -> str:
return f"option {result};\n"


@dataclasses.dataclass
@dataclasses.dataclass(frozen=True)
class UsedType:
parent_object_qualified_name: str
used_attribute_type: str
Expand Down

0 comments on commit 586c4e3

Please sign in to comment.