Skip to content

Commit

Permalink
Merge pull request #9 from adafruit/patch-fix
Browse files Browse the repository at this point in the history
Linted
  • Loading branch information
KeithTheEE committed Nov 8, 2021
2 parents 19f1e04 + 2970926 commit e507e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ltr390.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from time import sleep
from struct import unpack_from, pack_into
from micropython import const
import adafruit_bus_device.i2c_device as i2c_device
from adafruit_bus_device import i2c_device
from adafruit_register.i2c_struct import ROUnaryStruct, Struct
from adafruit_register.i2c_bits import RWBits
from adafruit_register.i2c_bit import RWBit, ROBit
Expand Down

0 comments on commit e507e64

Please sign in to comment.