From e7f3bf89be5833fca032e89f39034324bd421c59 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_mpr121.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_mpr121.py b/adafruit_mpr121.py index 56b1a6b..a95df8c 100644 --- a/adafruit_mpr121.py +++ b/adafruit_mpr121.py @@ -40,7 +40,6 @@ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPR121.git" # Register addresses. Unused registers commented out to save memory. -# pylint: disable=bad-whitespace MPR121_I2CADDR_DEFAULT = const(0x5A) MPR121_TOUCHSTATUS_L = const(0x00) # MPR121_TOUCHSTATUS_H = const(0x01) @@ -77,7 +76,6 @@ # MPR121_GPIOCLR = const(0x79) # MPR121_GPIOTOGGLE = const(0x7A) MPR121_SOFTRESET = const(0x80) -# pylint: enable=bad-whitespace class MPR121_Channel: