Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent e803178 commit 09a2713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion adafruit_magtag/magtag.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def __init__(
rotation: int = 270,
debug: bool = False,
) -> None:

self.peripherals = Peripherals()

if status_neopixel == board.NEOPIXEL:
Expand Down
1 change: 0 additions & 1 deletion examples/magtag_btn_sleep_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
while True:
now = time.monotonic()
if now - last_action_time >= 10.0:

magtag.set_text("Sleeping")
magtag.peripherals.deinit()
time.sleep(2)
Expand Down

0 comments on commit 09a2713

Please sign in to comment.