Skip to content

Commit 9a47941

Browse files
authored
Reorder imports
1 parent e4ad0dd commit 9a47941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lis3dh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
import time
3434
import math
35-
import digitalio
3635
from collections import namedtuple
3736
import struct
37+
import digitalio
3838

3939
from micropython import const
4040

0 commit comments

Comments
 (0)