Skip to content

Commit fe3f2b0

Browse files
authored
Update neopixel_spi.py
1 parent c4ca061 commit fe3f2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neopixel_spi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def show(self):
122122
"""Shows the new colors on the pixels themselves if they haven't already
123123
been autowritten."""
124124
self._transmogrify()
125+
#pylint: disable=no-member
125126
with self._spi as spi:
126127
# write out special byte sequence surrounded by RESET
127128
# leading RESET needed for cases where MOSI rests HI

0 commit comments

Comments
 (0)