Skip to content

Commit 8631787

Browse files
committed
"Reformatted per new black version"
1 parent 3782f29 commit 8631787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_notification/apple.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
def create_notification_widget(
21-
notification, max_width, max_height, *, color_count=2 ** 16
21+
notification, max_width, max_height, *, color_count=2**16
2222
):
2323
"""Creates a notification widget for the given Apple notification."""
2424
# pylint: disable=unused-argument

0 commit comments

Comments
 (0)