mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
make stuff optional
This commit is contained in:
parent
33c1c65908
commit
2301f4f1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Roofs(BaseModel):
|
|||
class Floors(BaseModel):
|
||||
floor_type: str
|
||||
ground_floor_construction: str
|
||||
ground_floor_insulation_type: str
|
||||
ground_floor_insulation_type: Optional[str] = ""
|
||||
floor_insulation_thickness_mm: Optional[float] = -1
|
||||
u_value_known: bool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue