black format
This commit is contained in:
parent
51e13b2e61
commit
fdd5bd8894
1 changed files with 3 additions and 1 deletions
|
|
@ -200,7 +200,9 @@ class Label(displayio.Group):
|
|||
else:
|
||||
self[0] = self._create_background_box(lines, y_offset)
|
||||
|
||||
def _update_text(self, new_text): # pylint: disable=too-many-locals ,too-many-branches, too-many-statements
|
||||
def _update_text(
|
||||
self, new_text
|
||||
): # pylint: disable=too-many-locals ,too-many-branches, too-many-statements
|
||||
x = 0
|
||||
y = 0
|
||||
if self._added_background_tilegrid:
|
||||
|
|
|
|||
Loading…
Reference in a new issue