Skip to content

Commit 7cc2de5

Browse files
committed
DM: fix typo
1 parent 0193141 commit 7cc2de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_amg88xx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class is inherited by the chip-specific subclasses.
4242
"""
4343

4444
from adafruit_bus_device.i2c_device import I2CDevice
45-
from adafruit_register import i2c_bit, i2c_bints
45+
from adafruit_register import i2c_bit, i2c_bits
4646

4747
"""
4848
# AMG88xx default address.

0 commit comments

Comments
 (0)