From 3a5daa84e819d6afce3031dfada79ddf7d85693f Mon Sep 17 00:00:00 2001 From: pilar Date: Tue, 16 Jun 2020 10:06:32 -0400 Subject: [PATCH] new todo in thermal_zone.py --- city_model_structure/thermal_zone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/city_model_structure/thermal_zone.py b/city_model_structure/thermal_zone.py index 5c3638c9..f8ca8242 100644 --- a/city_model_structure/thermal_zone.py +++ b/city_model_structure/thermal_zone.py @@ -76,6 +76,7 @@ class ThermalZone: @property def surfaces(self) -> List[Surface]: + # todo: This property should be erased """ Get thermal zone surfaces :return: [Surface]