erased not used attribute
This commit is contained in:
parent
7101a8d635
commit
a626d83a63
|
@ -58,8 +58,6 @@ class Building(CityObject):
|
||||||
else:
|
else:
|
||||||
self._internal_walls.append(surface)
|
self._internal_walls.append(surface)
|
||||||
|
|
||||||
self._pv_plus_hp_installation = None
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def grounds(self) -> [Surface]:
|
def grounds(self) -> [Surface]:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user