Skip to content

Commit 9d07c1e

Browse files
committed
removed pylint bad-whitespace
1 parent 436522a commit 9d07c1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_ht16k33/segments.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
from adafruit_ht16k33.ht16k33 import HT16K33
2929

30-
# pylint disable=bad-whitespace
3130
CHARS = (
3231
0b00000000, 0b00000000, #
3332
0b01000000, 0b00000110, # !
@@ -145,7 +144,7 @@
145144
0x71, # F
146145
0x40, # -
147146
)
148-
# pylint enable=bad-whitespace
147+
149148

150149
class Seg14x4(HT16K33):
151150
"""Alpha-numeric, 14-segment display."""

0 commit comments

Comments
 (0)