mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-27 14:35:10 +00:00
Merge pull request #24 from Hestia-Homes/feature/sharepoint_integration
make stuff optional
This commit is contained in:
commit
c98eec9844
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