Skip to content

Commit a9e0c61

Browse files
authored
Merge pull request #48 from adafruit/discord-fix
Should fix pylint issue
2 parents 057204d + 59de0cd commit a9e0c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_character_lcd/character_lcd_spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CharLCD.git"
5151

5252

53-
class Character_LCD_SPI(Character_LCD_Mono):
53+
class Character_LCD_SPI(Character_LCD_Mono): # pylint: disable=too-few-public-methods
5454
"""Character LCD connected to I2C/SPI backpack using its SPI connection.
5555
This is a subclass of Character_LCD and implements all of the same
5656
functions and functionality.

0 commit comments

Comments
 (0)