Skip to content

Commit d883e68

Browse files
authored
Update network.py
Delete blank line
1 parent f3e13ff commit d883e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_fruitjam/network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def __init__( # noqa: PLR0913 Too many arguments in function definition
8888
image_position=None,
8989
image_dim_json_path=None,
9090
):
91-
9291
if isinstance(status_neopixel, microcontroller.Pin):
9392
status_led = neopixel.NeoPixel(status_neopixel, 1, brightness=0.2)
9493
elif isinstance(status_neopixel, neopixel.NeoPixel):

0 commit comments

Comments
 (0)