Skip to content

Commit

Permalink
fix: remove workaround for doc check
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiocastrica committed Oct 6, 2023
1 parent fe912a9 commit 05ee10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alpaca/common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ class ValidateBaseModel(BaseModel, validate_assignment=True):
it or forget to specify it in our models where we want assignment validation
"""

# ignoring the ('model_',) protected namespace may temporarly fix the docs build
model_config = ConfigDict(protected_namespaces=tuple())

def __repr__(self):
return pprint.pformat(self.model_dump(), indent=4)

0 comments on commit 05ee10d

Please sign in to comment.