Merge remote-tracking branch 'origin/master'
# Conflicts: # city_model_structure/attributes/concordia_energy_sensor.py
This commit is contained in:
commit
85a275d7c1
|
@ -4,6 +4,7 @@ SPDX - License - Identifier: LGPL - 3.0 - or -later
|
|||
Copyright © 2020 Project Author Guille Gutierrez guillermo.gutierrezmorote@concordia.ca
|
||||
"""
|
||||
|
||||
|
||||
class Sensor:
|
||||
"""
|
||||
Sensor abstract class
|
||||
|
@ -42,7 +43,6 @@ class Sensor:
|
|||
"""
|
||||
return self._units
|
||||
|
||||
|
||||
@property
|
||||
def location(self):
|
||||
"""
|
||||
|
@ -50,7 +50,6 @@ class Sensor:
|
|||
"""
|
||||
return self._location
|
||||
|
||||
|
||||
@location.setter
|
||||
def location(self, value):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user