Skip to content

Commit 977edcb

Browse files
authored
Reorder imports
1 parent 1d71251 commit 977edcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bitmap_font_label_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"""
55

66
import board
7-
from adafruit_bitmap_font import bitmap_font
87
from adafruit_display_text import label
8+
from adafruit_bitmap_font import bitmap_font
99

1010
display = board.DISPLAY
1111

0 commit comments

Comments
 (0)