mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-12-21 16:54:22 +01:00
module: fix formatting with yapf 0.32.0
This commit is contained in:
parent
12f4058a1a
commit
a083255276
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user