Skip to content

Commit 413ec61

Browse files
committed
code format
1 parent 2497c09 commit 413ec61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_ms8607.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ def _check_humidity_crc(value: int, crc: bytearray) -> bool:
425425
return False
426426

427427
@staticmethod
428-
def _check_press_calibration_crc(calibration_int16s: bytearray, crc: bytearray) -> bool:
428+
def _check_press_calibration_crc(
429+
calibration_int16s: bytearray, crc: bytearray
430+
) -> bool:
429431
cnt = 0
430432
n_rem = 0
431433
n_rem = 0

0 commit comments

Comments
 (0)