Skip to content

Commit 15bf2a8

Browse files
committed
lint
1 parent 0de54c1 commit 15bf2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_character_lcd/character_lcd_i2c.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

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

0 commit comments

Comments
 (0)