Skip to content

Commit 29a3300

Browse files
committed
Run pre-commit
1 parent 813cbaf commit 29a3300

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/pybadger_magtag_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def try_refresh():
5555
pybadger.pixels.fill(0x000022)
5656

5757
while True:
58-
5958
cur_a = btn_a.value
6059
cur_b = btn_b.value
6160
cur_c = btn_c.value

examples/pybadger_pygamer_asyncio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
# Start with the custom badge page
3838
pybadger.show_custom_badge()
3939

40+
4041
# This task responds to buttons and changes the visible page
4142
async def ui_task():
4243
while True:

0 commit comments

Comments
 (0)