Skip to content

Commit

Permalink
make ObsEntry immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Oct 7, 2024
1 parent 6256ff5 commit 114ecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/aeroval/obsentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ObsEntry(BaseModel):
model_config = ConfigDict(
arbitrary_types_allowed=True,
extra="allow",
protected_namespaces=(),
allow_mutation=False,
validate_assignment=True,
)

Expand Down

0 comments on commit 114ecdd

Please sign in to comment.