Skip to content

Commit dc3160c

Browse files
authored
Merge pull request #23 from adafruit/patch-fix
Linted
2 parents 75b5a90 + 01663b0 commit dc3160c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_cap1188/i2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
"""
3030

31-
import adafruit_bus_device.i2c_device as i2c_device
31+
from adafruit_bus_device import i2c_device
3232
from micropython import const
3333
from adafruit_cap1188.cap1188 import CAP1188
3434

adafruit_cap1188/spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
"""
3030

31-
import adafruit_bus_device.spi_device as spi_device
31+
from adafruit_bus_device import spi_device
3232
from micropython import const
3333
from adafruit_cap1188.cap1188 import CAP1188
3434

0 commit comments

Comments
 (0)