We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3782f29 commit 8631787Copy full SHA for 8631787
adafruit_display_notification/apple.py
@@ -18,7 +18,7 @@
18
19
20
def create_notification_widget(
21
- notification, max_width, max_height, *, color_count=2 ** 16
+ notification, max_width, max_height, *, color_count=2**16
22
):
23
"""Creates a notification widget for the given Apple notification."""
24
# pylint: disable=unused-argument
0 commit comments