We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as e
1 parent 2f5d691 commit 896a76dCopy full SHA for 896a76d
adafruit_dotstar.py
@@ -84,7 +84,7 @@ def __init__(self, clock, data, n, *, brightness=1.0, auto_write=True, pixel_ord
84
pass
85
self._spi.configure(baudrate=4000000)
86
87
- except (NotImplementedError, ValueError) as e:
+ except (NotImplementedError, ValueError):
88
self.dpin = digitalio.DigitalInOut(data)
89
self.cpin = digitalio.DigitalInOut(clock)
90
self.dpin.direction = digitalio.Direction.OUTPUT
0 commit comments