Skip to content

Commit dbcdb45

Browse files
committed
remove bad-whitespace pylint directive
1 parent 081f413 commit dbcdb45

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)