Skip to content

Commit 912a3d1

Browse files
committed
remove bad-whitespace pylint directive
1 parent 583b949 commit 912a3d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_character_lcd/character_lcd.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
__version__ = "0.0.0-auto.0"
5353
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CharLCD.git"
5454

55-
# pylint: disable-msg=bad-whitespace
5655
# Commands
5756
_LCD_CLEARDISPLAY = const(0x01)
5857
_LCD_RETURNHOME = const(0x02)
@@ -88,7 +87,6 @@
8887
# Offset for up to 4 rows.
8988
_LCD_ROW_OFFSETS = (0x00, 0x40, 0x14, 0x54)
9089

91-
# pylint: enable-msg=bad-whitespace
9290

9391

9492
def _set_bit(byte_value, position, val):

0 commit comments

Comments
 (0)