mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Carry room_in_roof on extension roof spaces too (pyright union access) 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0ca5108584
commit
f067f94ec9
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ class ExtensionRoofSpace:
|
|||
rooms_in_roof: bool
|
||||
insulation_thickness_mm: Optional[int] = None
|
||||
insulation_thickness: Optional[str] = None
|
||||
room_in_roof: Optional[RoomInRoofDetail] = None
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue