Skip to content

Commit e7f3bf8

Browse files
committed
remove bad-whitespace pylint directive
1 parent 2d98121 commit e7f3bf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_mpr121.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPR121.git"
4141

4242
# Register addresses. Unused registers commented out to save memory.
43-
# pylint: disable=bad-whitespace
4443
MPR121_I2CADDR_DEFAULT = const(0x5A)
4544
MPR121_TOUCHSTATUS_L = const(0x00)
4645
# MPR121_TOUCHSTATUS_H = const(0x01)
@@ -77,7 +76,6 @@
7776
# MPR121_GPIOCLR = const(0x79)
7877
# MPR121_GPIOTOGGLE = const(0x7A)
7978
MPR121_SOFTRESET = const(0x80)
80-
# pylint: enable=bad-whitespace
8179

8280

8381
class MPR121_Channel:

0 commit comments

Comments
 (0)