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

module: add pylint and fix accordingly

This commit is contained in:
cn
2018-03-13 16:50:25 +01:00
parent 2086f111f2
commit 5466a3ff2d
4 changed files with 564 additions and 16 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 Veml6070
from .veml6070 import INTEGRATIONTIME_1_2T, INTEGRATIONTIME_1T, INTEGRATIONTIME_2T, INTEGRATIONTIME_4T, RSET_240K, RSET_270K, RSET_300K, RSET_600K