Skip to content

Commit 9e20e5b

Browse files
committed
Whitespace and endings.
1 parent f485fda commit 9e20e5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/pybadger_clue_custom_badge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
""""""
2-
1+
"""Custom badge example for Adafruit CLUE."""
32
from adafruit_pybadger import pybadger
43

54
pybadger.badge_background(background_color=pybadger.WHITE, rectangle_color=pybadger.PURPLE,

examples/pybadger_custom_badge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
pybadger.badge_line(text="she/her", color=pybadger.BLINKA_PINK, scale=2, padding_above=2)
1111

1212
while True:
13-
pybadger.show()
13+
pybadger.show()

0 commit comments

Comments
 (0)