Skip to content

Commit 2727f05

Browse files
committed
remove bad-whitespace pylint directive
1 parent 4913044 commit 2727f05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

adafruit_mcp230xx/mcp23008.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
__version__ = "0.0.0-auto.0"
3737
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx.git"
3838

39-
# pylint: disable=bad-whitespace
4039
_MCP23008_ADDRESS = const(0x20)
4140
_MCP23008_IODIR = const(0x00)
4241
_MCP23008_IPOL = const(0x01)

adafruit_mcp230xx/mcp23017.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
__version__ = "0.0.0-auto.0"
3737
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx.git"
3838

39-
# pylint: disable=bad-whitespace
4039
_MCP23017_ADDRESS = const(0x20)
4140
_MCP23017_IODIRA = const(0x00)
4241
_MCP23017_IODIRB = const(0x01)

0 commit comments

Comments
 (0)