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 081f413 commit dbcdb45Copy full SHA for dbcdb45
adafruit_max31855.py
@@ -100,7 +100,7 @@ def temperature_NIST(self):
100
raw voltages and NIST approximation for Type K, see:
101
https://srdata.nist.gov/its90/download/type_k.tab
102
"""
103
- # pylint: disable=bad-whitespace, bad-continuation, invalid-name
+ # pylint: disable=invalid-name
104
# temperature of remote thermocouple junction
105
TR = self.temperature
106
# temperature of device (cold junction)
0 commit comments