Skip to content

Commit f13e135

Browse files
committed
Reformat with black
1 parent e1c6a8e commit f13e135

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
@@ -144,7 +144,7 @@ def add_text(
144144
line_spacing=1.25,
145145
text_anchor_point=(0, 0.5),
146146
is_data=True,
147-
text=None
147+
text=None,
148148
):
149149
"""
150150
Add text labels with settings
@@ -191,7 +191,7 @@ def add_text(
191191
line_spacing=line_spacing,
192192
text_anchor_point=text_anchor_point,
193193
is_data=is_data,
194-
text=text
194+
text=text,
195195
)
196196

197197
self._text[index]["scrolling"] = scrolling

0 commit comments

Comments
 (0)