Skip to content

Commit

Permalink
Merge pull request #23 from adafruit/patch-fix
Browse files Browse the repository at this point in the history
Linted
  • Loading branch information
kattni committed Nov 8, 2021
2 parents 75b5a90 + 01663b0 commit dc3160c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adafruit_cap1188/i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

import adafruit_bus_device.i2c_device as i2c_device
from adafruit_bus_device import i2c_device
from micropython import const
from adafruit_cap1188.cap1188 import CAP1188

Expand Down
2 changes: 1 addition & 1 deletion adafruit_cap1188/spi.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

import adafruit_bus_device.spi_device as spi_device
from adafruit_bus_device import spi_device
from micropython import const
from adafruit_cap1188.cap1188 import CAP1188

Expand Down

0 comments on commit dc3160c

Please sign in to comment.