module: fix formatting with yapf 0.32.0

pull/39/head
cn 1 year ago
parent b7e9ce5ff4
commit 4bc976fe0d

@ -32,6 +32,7 @@ NORMALIZED_UVA_SENSITIVITY = 0.05
class Veml6070():
def __init__(self, i2c_bus=1, sensor_address=ADDR_L, rset=RSET_270K, integration_time=INTEGRATIONTIME_1T):
self.bus = smbus.SMBus(i2c_bus)
self.sendor_address = sensor_address

Loading…
Cancel
Save