1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2025-07-04 19:11:17 +02:00

module: use yapf formatter, reduce pylint warnings

This commit is contained in:
cn
2020-08-07 23:01:51 +02:00
parent ded2908236
commit b358ea539f
7 changed files with 43 additions and 581 deletions

View File

@ -1,3 +1,3 @@
from .veml6070 import Veml6070
from .veml6070 import INTEGRATIONTIME_1_2T, INTEGRATIONTIME_1T, INTEGRATIONTIME_2T, INTEGRATIONTIME_4T, RSET_240K, RSET_270K, RSET_300K, RSET_600K
from .veml6070 import INTEGRATIONTIME_1_2T, INTEGRATIONTIME_1T, INTEGRATIONTIME_2T, INTEGRATIONTIME_4T
from .veml6070 import RSET_240K, RSET_270K, RSET_300K, RSET_600K