Skip to content

Commit 963b81e

Browse files
committed
remove bad-whitespace pylint directive
1 parent c05ae62 commit 963b81e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

adafruit_mcp230xx/mcp23008.py

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

22-
# pylint: disable=bad-whitespace
2322
_MCP23008_ADDRESS = const(0x20)
2423
_MCP23008_IODIR = const(0x00)
2524
_MCP23008_IPOL = const(0x01)

adafruit_mcp230xx/mcp23016.py

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

30-
# pylint: disable=bad-whitespace
3130
_MCP23016_ADDRESS = const(0x20)
3231
_MCP23016_GPIO0 = const(0x00)
3332
_MCP23016_GPIO1 = const(0x01)

adafruit_mcp230xx/mcp23017.py

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

22-
# pylint: disable=bad-whitespace
2322
_MCP23017_ADDRESS = const(0x20)
2423
_MCP23017_IODIRA = const(0x00)
2524
_MCP23017_IODIRB = const(0x01)

0 commit comments

Comments
 (0)