module: fix formatting with yapf 0.32.0

This commit is contained in:
cn 2022-01-03 13:40:25 +01:00
parent 12f4058a1a
commit a083255276
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ FILTER_16 = 0x04 # and all higher
class Bme280():
def __init__(self, i2c_bus=1, sensor_address=ADDR):
self.bus = smbus.SMBus(i2c_bus)
self.sensor_address = sensor_address