Skip to content

Commit 7530d22

Browse files
fix: remove workaround for doc check
1 parent fe1c77c commit 7530d22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

alpaca/common/models.py

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

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

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

0 commit comments

Comments
 (0)