1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2024-07-27 03:02:20 +02:00

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

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