Skip to content

Commit d4eb8a4

Browse files
committed
fix import order
1 parent 39b9c94 commit d4eb8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bitmap_font_label_forkawesome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"""
1010

1111
import board
12+
from forkawesome_icons import microchip, python, terminal
1213
from adafruit_display_text import label
1314
from adafruit_bitmap_font import bitmap_font
14-
from forkawesome_icons import microchip, python, terminal
1515

1616
# use built in display (PyPortal, PyGamer, PyBadge, CLUE, etc.)
1717
# see guide for setting up external displays (TFT / OLED breakouts, RGB matrices, etc.)

0 commit comments

Comments
 (0)