Skip to content

Commit

Permalink
Corrected type
Browse files Browse the repository at this point in the history
  • Loading branch information
arindamsaha1507 committed Dec 23, 2023
1 parent ac09a1a commit f81024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facs/base/person.py
Expand Up @@ -49,7 +49,7 @@ class Person:
location: House
household: Household
ages: list[int]
home_location: Location = field(init=False)
home_location: House = field(init=False)
mild_version: bool = field(init=False, default=True)
hospitalised: bool = field(init=False, default=False)
dying: bool = field(init=False, default=False)
Expand Down

0 comments on commit f81024f

Please sign in to comment.