Skip to content

Commit c5c1eda

Browse files
committed
Formatting
1 parent ded08dd commit c5c1eda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_bme680.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def __init__(self, *, refresh_rate=10, temp_offset=5):
146146
"""Check the BME680 was found, read the coefficients and enable the sensor for continuous
147147
reads."""
148148

149-
150149
self._write(_BME680_REG_SOFTRESET, [0xB6])
151150
time.sleep(0.005)
152151

0 commit comments

Comments
 (0)