Skip to content

Commit ebacf7e

Browse files
committed
Re-linted
1 parent e4bbc3f commit ebacf7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_matrixportal/matrixportal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __init__(
118118

119119
gc.collect()
120120

121-
# pylint: disable=too-many-arguments
121+
# pylint: disable=too-many-arguments, arguments-differ
122122
def add_text(
123123
self,
124124
text_position=None,
@@ -181,7 +181,7 @@ def add_text(
181181

182182
return index
183183

184-
# pylint: enable=too-many-arguments
184+
# pylint: enable=too-many-arguments, arguments-differ
185185

186186
def set_background(self, file_or_color, position=None):
187187
"""The background image to a bitmap file.

0 commit comments

Comments
 (0)