From 9e15b7736110b21805c48a35081431a344618284 Mon Sep 17 00:00:00 2001 From: guille Date: Thu, 26 Aug 2021 11:12:31 -0400 Subject: [PATCH] Quality improvements --- city_model_structure/building_demand/thermal_boundary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/city_model_structure/building_demand/thermal_boundary.py b/city_model_structure/building_demand/thermal_boundary.py index ebbc532c..20f74539 100644 --- a/city_model_structure/building_demand/thermal_boundary.py +++ b/city_model_structure/building_demand/thermal_boundary.py @@ -359,5 +359,3 @@ class ThermalBoundary: @radiative_coefficient.setter def radiative_coefficient(self, value): self._radiative_coefficient = value - -