Skip to content

Commit

Permalink
Merge pull request #26 from jepler/remove-bad-whitespace-directive
Browse files Browse the repository at this point in the history
remove bad-whitespace pylint directive
  • Loading branch information
dhalbert authored Aug 23, 2020
2 parents 15942dc + e7f3bf8 commit 40fb4c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adafruit_mpr121.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -77,7 +76,6 @@
# MPR121_GPIOCLR = const(0x79)
# MPR121_GPIOTOGGLE = const(0x7A)
MPR121_SOFTRESET = const(0x80)
# pylint: enable=bad-whitespace


class MPR121_Channel:
Expand Down

0 comments on commit 40fb4c0

Please sign in to comment.