Skip to content

Commit 77aaef9

Browse files
mcscopemattytrentini
authored andcommitted
polish
1 parent ed157a9 commit 77aaef9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_dotstar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,4 @@ def show(self):
263263
self._spi.write(buf)
264264
else:
265265
self._ds_writebytes(buf)
266-
if self._spi:
267-
self._spi.write(self._buf)
268-
else:
269-
self._ds_writebytes(self._buf)
270266
self.cpin.value = False

0 commit comments

Comments
 (0)