Skip to content

Commit

Permalink
Tweak import order in example for lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Jun 29, 2018
1 parent abab0a9 commit 4231fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Joy_Featherwing.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

from board import SCL, SDA
import busio
from adafruit_seesaw.seesaw import Seesaw
from micropython import const

from adafruit_seesaw.seesaw import Seesaw

# pylint: disable=bad-whitespace
BUTTON_RIGHT = const(6)
BUTTON_DOWN = const(7)
Expand Down

0 comments on commit 4231fdf

Please sign in to comment.