Skip to content

Commit 1668ba5

Browse files
authored
Fixed indentation
1 parent d2324d8 commit 1668ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_max31865.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ class MAX31865:
9696
# thread safe!
9797
_BUFFER = bytearray(3)
9898

99-
def __init__(
100-
self, spi, cs, *, rtd_nominal=100, ref_resistor=430.0,
101-
wires=2, filter_frequency=60
102-
):
99+
def __init__(
100+
self, spi, cs, *, rtd_nominal=100, ref_resistor=430.0,
101+
wires=2, filter_frequency=60
102+
):
103103
self.rtd_nominal = rtd_nominal
104104
self.ref_resistor = ref_resistor
105105
self._device = spi_device.SPIDevice(

0 commit comments

Comments
 (0)