Skip to content

Commit 62560a6

Browse files
committed
Linting for CI
1 parent ab87c1c commit 62560a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

neopixel_spi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ def __init__(
120120
self._spibuf = bytearray(8 * n * bpp)
121121

122122
# everything else taken care of by base class
123-
super().__init__(size=n, brightness=brightness, byteorder=pixel_order, auto_write=auto_write)
123+
super().__init__(
124+
size=n, brightness=brightness, byteorder=pixel_order, auto_write=auto_write
125+
)
124126

125127
def deinit(self) -> None:
126128
"""Blank out the NeoPixels."""

0 commit comments

Comments
 (0)