From dbcdb458be36458a7ba47fe133599aa97bd5b8d4 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 23 Aug 2020 11:01:52 -0500 Subject: [PATCH] remove bad-whitespace pylint directive --- adafruit_max31855.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_max31855.py b/adafruit_max31855.py index 0bc3daa..51d13dd 100644 --- a/adafruit_max31855.py +++ b/adafruit_max31855.py @@ -100,7 +100,7 @@ def temperature_NIST(self): raw voltages and NIST approximation for Type K, see: https://srdata.nist.gov/its90/download/type_k.tab """ - # pylint: disable=bad-whitespace, bad-continuation, invalid-name + # pylint: disable=invalid-name # temperature of remote thermocouple junction TR = self.temperature # temperature of device (cold junction)