diff --git a/adafruit_character_lcd/character_lcd.py b/adafruit_character_lcd/character_lcd.py index 393c2a4..56e408f 100755 --- a/adafruit_character_lcd/character_lcd.py +++ b/adafruit_character_lcd/character_lcd.py @@ -52,7 +52,6 @@ __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CharLCD.git" -# pylint: disable-msg=bad-whitespace # Commands _LCD_CLEARDISPLAY = const(0x01) _LCD_RETURNHOME = const(0x02) @@ -88,8 +87,6 @@ # Offset for up to 4 rows. _LCD_ROW_OFFSETS = (0x00, 0x40, 0x14, 0x54) -# pylint: enable-msg=bad-whitespace - def _set_bit(byte_value, position, val): # Given the specified byte_value set the bit at position to the provided