Skip to content

Commit e1aab39

Browse files
brendawelesacsany
andauthored
Update python-pydantic/pydantic_models.py
Co-authored-by: Philipp Acsany <68116180+acsany@users.noreply.github.com>
1 parent d4eff76 commit e1aab39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python-pydantic/pydantic_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def check_valid_age(cls, date_of_birth: date) -> date:
4040

4141
@model_validator(mode="after")
4242
def check_it_benefits(self) -> Self:
43-
4443
department = self.department
4544
elected_benefits = self.elected_benefits
4645

0 commit comments

Comments
 (0)