Skip to content

Commit 3f5a042

Browse files
committed
Black format
1 parent c3b0269 commit 3f5a042

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

adafruit_display_text/bitmap_label.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -135,24 +135,24 @@ def __init__(self, font, **kwargs) -> None:
135135
)
136136

137137
def _reset_text(
138-
self,
139-
font=None,
140-
x: int = None,
141-
y: int = None,
142-
text: str = None,
143-
line_spacing: float = None,
144-
background_tight: bool = None,
145-
padding_top: int = None,
146-
padding_bottom: int = None,
147-
padding_left: int = None,
148-
padding_right: int = None,
149-
anchor_point: Tuple[float, float] = None,
150-
anchored_position: Tuple[int, int] = None,
151-
save_text: bool = None,
152-
scale: int = None,
153-
base_alignment: bool = None,
154-
tab_replacement: Tuple[int, str] = None,
155-
label_direction: str = "LTR",
138+
self,
139+
font=None,
140+
x: int = None,
141+
y: int = None,
142+
text: str = None,
143+
line_spacing: float = None,
144+
background_tight: bool = None,
145+
padding_top: int = None,
146+
padding_bottom: int = None,
147+
padding_left: int = None,
148+
padding_right: int = None,
149+
anchor_point: Tuple[float, float] = None,
150+
anchored_position: Tuple[int, int] = None,
151+
save_text: bool = None,
152+
scale: int = None,
153+
base_alignment: bool = None,
154+
tab_replacement: Tuple[int, str] = None,
155+
label_direction: str = "LTR",
156156
) -> None:
157157

158158
# Store all the instance variables

0 commit comments

Comments
 (0)