new todo in thermal_zone.py

This commit is contained in:
pilar 2020-06-16 10:06:32 -04:00
parent 3241eddd4e
commit 3a5daa84e8

View File

@ -76,6 +76,7 @@ class ThermalZone:
@property
def surfaces(self) -> List[Surface]:
# todo: This property should be erased
"""
Get thermal zone surfaces
:return: [Surface]