Skip to content

Commit 6b8b869

Browse files
committed
remove bad-whitespace pylint directive
1 parent 7e63212 commit 6b8b869

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)