Skip to content

Commit 09a2713

Browse files
committed
Run pre-commit
1 parent e803178 commit 09a2713

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

adafruit_magtag/magtag.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def __init__(
8282
rotation: int = 270,
8383
debug: bool = False,
8484
) -> None:
85-
8685
self.peripherals = Peripherals()
8786

8887
if status_neopixel == board.NEOPIXEL:

examples/magtag_btn_sleep_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
while True:
3030
now = time.monotonic()
3131
if now - last_action_time >= 10.0:
32-
3332
magtag.set_text("Sleeping")
3433
magtag.peripherals.deinit()
3534
time.sleep(2)

0 commit comments

Comments
 (0)