Skip to content

Commit ab23e03

Browse files
authored
Merge pull request #20 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 9ab8d86 + dbcdb45 commit ab23e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max31855.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def temperature_NIST(self):
100100
raw voltages and NIST approximation for Type K, see:
101101
https://srdata.nist.gov/its90/download/type_k.tab
102102
"""
103-
# pylint: disable=bad-whitespace, bad-continuation, invalid-name
103+
# pylint: disable=invalid-name
104104
# temperature of remote thermocouple junction
105105
TR = self.temperature
106106
# temperature of device (cold junction)

0 commit comments

Comments
 (0)