diff --git a/adafruit_tmp006.py b/adafruit_tmp006.py index effe326..7b888b0 100644 --- a/adafruit_tmp006.py +++ b/adafruit_tmp006.py @@ -122,7 +122,7 @@ def active(self, val): @property def temperature(self): - # pylint: disable=bad-whitespace, invalid-name, too-many-locals + # pylint: disable=invalid-name, too-many-locals """Read object temperature from TMP006 sensor.""" if not self.active: raise RuntimeError("Can not read from sensor when inactive.")