Skip to content

Commit 032a78b

Browse files
fix: formatting
1 parent 05ee10d commit 032a78b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alpaca/common/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ class ValidateBaseModel(BaseModel, validate_assignment=True):
88
it or forget to specify it in our models where we want assignment validation
99
"""
1010

11-
1211
def __repr__(self):
1312
return pprint.pformat(self.model_dump(), indent=4)

0 commit comments

Comments
 (0)