Skip to content

Commit ff05285

Browse files
committed
Run pre-commit
1 parent 3dc34db commit ff05285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_max31856.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def temperature_thresholds(self) -> Tuple[float, float]:
281281

282282
@temperature_thresholds.setter
283283
def temperature_thresholds(self, val: Tuple[float, float]) -> None:
284-
285284
int_low = int(val[0] * 16)
286285
int_high = int(val[1] * 16)
287286

@@ -307,7 +306,6 @@ def reference_temperature_thresholds( # pylint: disable=invalid-name,
307306
def reference_temperature_thresholds( # pylint: disable=invalid-name,
308307
self, val: Tuple[float, float]
309308
) -> None:
310-
311309
self._write_u8(_MAX31856_CJLF_REG, int(val[0]))
312310
self._write_u8(_MAX31856_CJHF_REG, int(val[1]))
313311

0 commit comments

Comments
 (0)