From 2336c933f56246e0ede65877b19651e7171ccc03 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 23 Aug 2020 11:01:51 -0500 Subject: [PATCH] remove bad-whitespace pylint directive --- adafruit_ds3502.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adafruit_ds3502.py b/adafruit_ds3502.py index 12d1b6c..97dbf38 100644 --- a/adafruit_ds3502.py +++ b/adafruit_ds3502.py @@ -58,7 +58,6 @@ from adafruit_register.i2c_bit import RWBit import adafruit_bus_device.i2c_device as i2cdevice -# pylint: disable=bad-whitespace _REG_WIPER = const(0x00) # Wiper value register (R/W) _REG_CONTROL = const(0x02) # Configuration Register (R/W)