Remove tree, bixi_features and compostring classes

This commit is contained in:
Guille Gutierrez 2021-09-23 07:43:32 -04:00
parent fde837150d
commit e40926e74d

View File

@ -134,27 +134,6 @@ class City:
"""
return self._buildings
@property
def trees(self) -> NotImplementedError:
"""
raises not implemented error
"""
raise NotImplementedError
@property
def bixi_features(self) -> NotImplementedError:
"""
raises not implemented error
"""
raise NotImplementedError
@property
def composting_plants(self) -> NotImplementedError:
"""
raises not implemented error
"""
raise NotImplementedError
@property
def lower_corner(self) -> List[float]:
"""