Skip to content

Commit 7d58e57

Browse files
committed
Linted
1 parent 5f88f15 commit 7d58e57

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)