Skip to content

Commit a226483

Browse files
committed
Reformatted via black (pre-commit)
1 parent 08b0ecf commit a226483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_74hc595.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"""
2727

2828
import digitalio
29-
from adafruit_bus_device import spi_device
29+
from adafruit_bus_device import spi_device
3030

3131
try:
32-
import typing # pylint: disable=unused-import
32+
import typing # pylint: disable=unused-import
3333
from microcontroller import Pin
3434
import busio
3535
except ImportError:

0 commit comments

Comments
 (0)