We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f93fda7 + 6b8b869 commit fd47dfcCopy full SHA for fd47dfc
adafruit_tmp006.py
@@ -122,7 +122,7 @@ def active(self, val):
122
123
@property
124
def temperature(self):
125
- # pylint: disable=bad-whitespace, invalid-name, too-many-locals
+ # pylint: disable=invalid-name, too-many-locals
126
"""Read object temperature from TMP006 sensor."""
127
if not self.active:
128
raise RuntimeError("Can not read from sensor when inactive.")
0 commit comments