Skip to content

Commit 4067e63

Browse files
committed
black format
1 parent c80bac5 commit 4067e63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_tlc5947.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ def write(self):
158158
# Lock the SPI bus and configure it for the shift register.
159159
while not self._spi.try_lock():
160160
pass
161-
self._spi.configure(baudrate=self._spi.frequency, polarity=0, phase=0, bits=8)
161+
self._spi.configure(
162+
baudrate=self._spi.frequency, polarity=0, phase=0, bits=8
163+
)
162164
# First ensure latch is low.
163165
self._latch.value = False
164166
# Write out the bits.

0 commit comments

Comments
 (0)