Skip to content

Commit fc46752

Browse files
committed
fixing line too long
1 parent 9d010b9 commit fc46752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_max31856.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ def unpack_temperature(self) -> float:
256256
def read_high_res_temp(self) -> float:
257257
"""Reads 19-bit temperature data from the sensor and returns it in degrees Celsius.
258258
259-
Reading must have already been initiated via `initiate_one_shot_measurement` or `start_autoconverting`.
259+
Reading must have already been initiated via:
260+
`initiate_one_shot_measurement` or `start_autoconverting`.
260261
261262
Returns:
262263
float: temperature in degrees Celsius

0 commit comments

Comments
 (0)