erased not used attribute

This commit is contained in:
Pilar 2021-08-31 16:19:21 -04:00
parent 7101a8d635
commit a626d83a63

View File

@ -58,8 +58,6 @@ class Building(CityObject):
else:
self._internal_walls.append(surface)
self._pv_plus_hp_installation = None
@property
def grounds(self) -> [Surface]:
"""