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.
1 parent 7e63212 commit 6b8b869Copy full SHA for 6b8b869
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