Skip to content

Commit 4231fdf

Browse files
committed
Tweak import order in example for lint.
1 parent abab0a9 commit 4231fdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/Joy_Featherwing.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
from board import SCL, SDA
44
import busio
5-
from adafruit_seesaw.seesaw import Seesaw
65
from micropython import const
76

7+
from adafruit_seesaw.seesaw import Seesaw
8+
89
# pylint: disable=bad-whitespace
910
BUTTON_RIGHT = const(6)
1011
BUTTON_DOWN = const(7)

0 commit comments

Comments
 (0)