Skip to content

Commit 7b07e7e

Browse files
committed
refactor(bme280): Remove duplicate section header in device.py.
1 parent 96b34d3 commit 7b07e7e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/bme280/bme280/device.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ def _write_reg(self, reg, value):
5656
"""Write a single byte to register."""
5757
self.i2c.writeto_mem(self.address, reg, bytes([value]))
5858

59-
# --------------------------------------------------
60-
# Device identification and initialization
61-
# --------------------------------------------------
62-
6359
# --------------------------------------------------
6460
# Calibration data
6561
# --------------------------------------------------

0 commit comments

Comments
 (0)