We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bbc3f commit ebacf7eCopy full SHA for ebacf7e
adafruit_matrixportal/matrixportal.py
@@ -118,7 +118,7 @@ def __init__(
118
119
gc.collect()
120
121
- # pylint: disable=too-many-arguments
+ # pylint: disable=too-many-arguments, arguments-differ
122
def add_text(
123
self,
124
text_position=None,
@@ -181,7 +181,7 @@ def add_text(
181
182
return index
183
184
- # pylint: enable=too-many-arguments
+ # pylint: enable=too-many-arguments, arguments-differ
185
186
def set_background(self, file_or_color, position=None):
187
"""The background image to a bitmap file.
0 commit comments