Skip to content

Commit 5be7df2

Browse files
committed
Run pre-commit
1 parent 7dde6ce commit 5be7df2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

adafruit_max7219/bcddigits.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def __init__(self, spi: busio.SPI, cs: digitalio.DigitalInOut, nDigits: int = 1)
4141
super().__init__(self._ndigits, 8, spi, cs)
4242

4343
def init_display(self) -> None:
44-
4544
for cmd, data in (
4645
(_SHUTDOWN, 0),
4746
(_DISPLAYTEST, 0),

adafruit_max7219/max7219.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def __init__(
8484
polarity: int = 0,
8585
phase: int = 0
8686
):
87-
8887
self._chip_select = cs
8988
self._chip_select.direction = digitalio.Direction.OUTPUT
9089

0 commit comments

Comments
 (0)