We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0960 commit e27070dCopy full SHA for e27070d
adafruit_veml7700.py
@@ -33,9 +33,9 @@
33
34
from micropython import const
35
import adafruit_bus_device.i2c_device as i2cdevice
36
-from adafruit_register.i2c_struct import UnaryStruct, ROUnaryStruct
+from adafruit_register.i2c_struct import ROUnaryStruct
37
from adafruit_register.i2c_bits import RWBits
38
-from adafruit_register.i2c_bit import RWBit, ROBit
+from adafruit_register.i2c_bit import RWBit
39
40
try:
41
import typing # pylint: disable=unused-import
0 commit comments