Unused property

This commit is contained in:
Teagan M. Glenn 2016-08-18 10:37:39 -06:00
parent ddec28da4b
commit db2d9ec854

View File

@ -91,7 +91,6 @@ class WUndergroundSensor(Entity):
"""Initialize the sensor."""
self.rest = rest
self._condition = condition
self._unit_of_measurement = None
@property
def name(self):