Skip to content

Commit 62e7564

Browse files
committed
One fish, two fish, lint fish, blue fish.
1 parent 2a070c0 commit 62e7564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_featherwing/joy_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
__version__ = "0.0.0-auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
3333

34+
from micropython import const
3435
import adafruit_seesaw.seesaw
3536
from adafruit_featherwing import shared
36-
from micropython import const
3737

3838
BUTTON_A = const(1 << 6)
3939
BUTTON_B = const(1 << 7)

0 commit comments

Comments
 (0)