Skip to content

Commit 17e8995

Browse files
authored
Merge pull request #23 from adafruit/patch-fix
Linted
2 parents 90df305 + b249039 commit 17e8995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_lsm9ds0.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
except ImportError:
3737
import ustruct as struct
3838

39-
import adafruit_bus_device.i2c_device as i2c_device
40-
import adafruit_bus_device.spi_device as spi_device
39+
from adafruit_bus_device import i2c_device
40+
from adafruit_bus_device import spi_device
4141
from digitalio import Direction
4242

4343
from micropython import const

0 commit comments

Comments
 (0)