Skip to content

Commit 448ae32

Browse files
committed
Black changes
1 parent a7101c8 commit 448ae32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/display_text_label_align_baseline_comparison.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
background_color=0x999999,
4343
x=80,
4444
y=50,
45-
base_alignment=False
45+
base_alignment=False,
4646
)
4747
main_group.append(right_text)
4848

@@ -54,7 +54,7 @@
5454
background_color=0x999999,
5555
x=10,
5656
y=100,
57-
base_alignment=True
57+
base_alignment=True,
5858
)
5959
main_group.append(left_text_aligned)
6060

@@ -65,7 +65,7 @@
6565
background_color=0x999999,
6666
x=80,
6767
y=100,
68-
base_alignment=True
68+
base_alignment=True,
6969
)
7070

7171
main_group.append(right_text_aligned)

0 commit comments

Comments
 (0)