Skip to content

Commit f80c71c

Browse files
committed
black updates
1 parent ebe73ce commit f80c71c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

adafruit_fram.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,13 @@ class FRAM_SPI(FRAM):
310310

311311
# pylint: disable=too-many-arguments,too-many-locals
312312
def __init__(
313-
self, spi_bus, spi_cs, write_protect=False, wp_pin=None, baudrate=100000,
314-
max_size=_MAX_SIZE_SPI
313+
self,
314+
spi_bus,
315+
spi_cs,
316+
write_protect=False,
317+
wp_pin=None,
318+
baudrate=100000,
319+
max_size=_MAX_SIZE_SPI,
315320
):
316321
from adafruit_bus_device.spi_device import ( # pylint: disable=import-outside-toplevel
317322
SPIDevice as spidev,

0 commit comments

Comments
 (0)