Skip to content

Commit fe60936

Browse files
committed
ran black
1 parent f96d1b4 commit fe60936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/displayio_layout_dial_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
x=20, # set x-position of the dial inside of my_group
3030
y=20, # set y-position of the dial inside of my_group
3131
width=180, # requested width of the dial
32-
height=180, # requested height of the dial
32+
height=180, # requested height of the dial
3333
padding=25, # add 25 pixels around the dial to make room for labels
3434
start_angle=-120, # left angle position at -120 degrees
3535
sweep_angle=240, # total sweep angle of 240 degrees

0 commit comments

Comments
 (0)