Skip to content

Commit c216a71

Browse files
committed
attempt to address wrong-import-order diagnostiss
1 parent aa48047 commit c216a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lis3dh_spinner_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
from micropython import const
2424

25-
import adafruit_lis3dh
2625
import neopixel
26+
import adafruit_lis3dh
2727

2828
# Configuration:
2929
ACCEL_RANGE = adafruit_lis3dh.RANGE_16_G # Accelerometer range.

0 commit comments

Comments
 (0)