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

module: fix formatting with yapf 0.32.0

This commit is contained in:
cn 2022-01-03 13:39:10 +01:00
parent b7e9ce5ff4
commit 4bc976fe0d

View File

@ -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