Skip to content

Commit 819eb1d

Browse files
committed
Fixed import order
1 parent 8661ce1 commit 819eb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_text_anchored_position.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""
44
import board
55
import terminalio
6-
from adafruit_display_text import label
76
import displayio
7+
from adafruit_display_text import label
88

99
DISPLAY_WIDTH = 320
1010
DISPLAY_HEIGHT = 240

0 commit comments

Comments
 (0)