Skip to content

Commit ed2ea31

Browse files
authored
Merge pull request #16 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 14f8ff4 + 4b3e67e commit ed2ea31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_trellis.py

-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
from adafruit_bus_device import i2c_device
5454

5555
# HT16K33 Command Contstants
56-
# pylint: disable=bad-whitespace, invalid-name
5756
_HT16K33_OSCILATOR_ON = const(0x21)
5857
_HT16K33_BLINK_CMD = const(0x80)
5958
_HT16K33_BLINK_DISPLAYON = const(0x01)
@@ -99,7 +98,6 @@
9998
0x11,
10099
0x31,
101100
)
102-
# pylint: enable=bad-whitespace, invalid-name
103101
# pylint: disable=missing-docstring, protected-access
104102
class TrellisLEDs:
105103
def __init__(self, trellis_obj):

0 commit comments

Comments
 (0)