Skip to content

Commit 472b71b

Browse files
committed
fix import order
1 parent c17bc16 commit 472b71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lsm6ds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
__version__ = "0.0.0-auto.0"
5050
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX.git"
5151
from time import sleep
52-
from micropython import const
5352
from math import radians
53+
from micropython import const
5454
import adafruit_bus_device.i2c_device as i2c_device
5555
from adafruit_register.i2c_struct import ROUnaryStruct, Struct
5656
from adafruit_register.i2c_bits import RWBits

0 commit comments

Comments
 (0)