Skip to content

Commit

Permalink
set model_config to @Private
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Dec 24, 2024
1 parent 8e7d15c commit b4a9a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/benlink/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

class ImmutableBaseModel(BaseModel):
"""@private (A base class for immutable data objects)"""

model_config = ConfigDict(frozen=True)
"""@private"""


def command_message_to_protocol(m: CommandMessage) -> p.Message:
Expand Down

0 comments on commit b4a9a76

Please sign in to comment.