Skip to content

Commit 057ad57

Browse files
authored
Merge pull request #33 from adafruit/patch-fix
Linted
2 parents 5f88f15 + 7d58e57 commit 057ad57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_lsm9ds1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
except ImportError:
4343
import ustruct as struct
4444

45-
import adafruit_bus_device.i2c_device as i2c_device
46-
import adafruit_bus_device.spi_device as spi_device
45+
from adafruit_bus_device import i2c_device
46+
from adafruit_bus_device import spi_device
4747
from micropython import const
4848

4949
# Internal constants and register values:

0 commit comments

Comments
 (0)