Skip to content

Commit fdd5bd8

Browse files
committed
black format
1 parent 51e13b2 commit fdd5bd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_display_text/label.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ def _update_background_color(self, new_color):
200200
else:
201201
self[0] = self._create_background_box(lines, y_offset)
202202

203-
def _update_text(self, new_text): # pylint: disable=too-many-locals ,too-many-branches, too-many-statements
203+
def _update_text(
204+
self, new_text
205+
): # pylint: disable=too-many-locals ,too-many-branches, too-many-statements
204206
x = 0
205207
y = 0
206208
if self._added_background_tilegrid:

0 commit comments

Comments
 (0)