Skip to content

Commit f7519fd

Browse files
committed
redo precommit to reformat file
1 parent 77509c9 commit f7519fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_max31855.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ def temperature_NIST(self) -> float:
193193
-3.110810e-08,
194194
)
195195
else:
196-
raise RuntimeError(
197-
f"Total thermoelectric voltage out of range:{VTOTAL}"
198-
)
196+
raise RuntimeError(f"Total thermoelectric voltage out of range:{VTOTAL}")
199197
# compute temperature
200198
TEMPERATURE = 0
201199
for n, c in enumerate(DCOEF):

0 commit comments

Comments
 (0)