Skip to content

Commit 2d4f546

Browse files
Fix too-long line
1 parent 91b53dd commit 2d4f546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_dotstar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ class DotStar:
7676
time.sleep(2)
7777
"""
7878

79-
def __init__(self, clock, data, n, *, brightness=1.0, auto_write=True, pixel_order=BGR, baudrate=4000000):
79+
def __init__(self, clock, data, n, *, brightness=1.0, auto_write=True,
80+
pixel_order=BGR, baudrate=4000000):
8081
self._spi = None
8182
try:
8283
self._spi = busio.SPI(clock, MOSI=data)

0 commit comments

Comments
 (0)