Skip to content

Commit 1a3f81e

Browse files
committed
black format
1 parent 18db573 commit 1a3f81e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_matrixportal/matrixportal.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ def set_text_color(self, color, index=0):
259259
self._text_color[index] = color
260260
self._text[index].color = color
261261
else:
262-
raise IndexError(f"index {index} is out of bounds. Please call add_text() and set_text() first.")
262+
raise IndexError(
263+
f"index {index} is out of bounds. Please call add_text() and set_text() first."
264+
)
263265

264266
def set_text(self, val, index=0):
265267
"""Display text, with indexing into our list of text boxes.

0 commit comments

Comments
 (0)