Skip to content

Commit 8057dcf

Browse files
committed
black format
1 parent 4e495df commit 8057dcf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_button.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ def __init__(
146146
outline=self.outline_color,
147147
)
148148
elif style == Button.SHADOWRECT:
149-
self.shadow = Rect(
150-
2, 2, width - 2, height - 2, fill=outline_color
151-
)
149+
self.shadow = Rect(2, 2, width - 2, height - 2, fill=outline_color)
152150
self.body = Rect(
153151
0,
154152
0,

0 commit comments

Comments
 (0)