Skip to content

Commit 85d5cca

Browse files
committed
Fixed trailing space pylint error
1 parent 1993c52 commit 85d5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bus_device/spi_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class SPIDevice:
6565
with device as spi:
6666
spi.write(bytes_read)
6767
"""
68-
def __init__(self, spi, chip_select=None, *,
68+
def __init__(self, spi, chip_select=None, *,
6969
baudrate=100000, polarity=0, phase=0, extra_clocks=0):
7070
self.spi = spi
7171
self.baudrate = baudrate

0 commit comments

Comments
 (0)