We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de54c1 commit 15bf2a8Copy full SHA for 15bf2a8
adafruit_character_lcd/character_lcd_i2c.py
@@ -50,7 +50,7 @@
50
51
52
class Character_LCD_I2C(Character_LCD_Mono):
53
- # pylint: disable=too-few-public-methods
+ # pylint: disable=too-few-public-methods, too-many-arguments
54
"""Character LCD connected to I2C/SPI backpack using its I2C connection.
55
This is a subclass of Character_LCD and implements all of the same
56
functions and functionality.
0 commit comments