Skip to content

Commit bda8808

Browse files
committed
Run black to try to pass CI
1 parent 278ee07 commit bda8808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/display_notification_eink_gizmo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def find_connection():
7878
latest_notification = new_notification
7979
screen_updated = False
8080
display.root_group = apple.create_notification_widget(
81-
latest_notification, display.width, display.height
82-
)
81+
latest_notification, display.width, display.height
82+
)
8383

8484
elif latest_notification and latest_notification.removed:
8585
# Stop showing the latest and show that there are no new notifications.

0 commit comments

Comments
 (0)