Skip to content

Commit fd47dfc

Browse files
authored
Merge pull request #12 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents f93fda7 + 6b8b869 commit fd47dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tmp006.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def active(self, val):
122122

123123
@property
124124
def temperature(self):
125-
# pylint: disable=bad-whitespace, invalid-name, too-many-locals
125+
# pylint: disable=invalid-name, too-many-locals
126126
"""Read object temperature from TMP006 sensor."""
127127
if not self.active:
128128
raise RuntimeError("Can not read from sensor when inactive.")

0 commit comments

Comments
 (0)