Skip to content

Commit

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


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

0 comments on commit 032a78b

Please sign in to comment.