Skip to content

Commit b409602

Browse files
committed
Run pre-commit
1 parent eb51055 commit b409602

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

adafruit_funhouse/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def __init__(
8282
scale: int = 1,
8383
debug: bool = False,
8484
) -> None:
85-
8685
network = Network(
8786
status_dotstar=status_dotstar,
8887
extract_values=False,

examples/funhouse_adafruit_io_mqtt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
funhouse = FunHouse(default_bg=None)
99
funhouse.peripherals.set_dotstars(0x800000, 0x808000, 0x008000, 0x000080, 0x800080)
1010

11+
1112
# pylint: disable=unused-argument
1213
def connected(client):
1314
print("Connected to Adafruit IO! Subscribing...")

0 commit comments

Comments
 (0)