Skip to content

Commit 93130c4

Browse files
author
Margaret Matocha
committed
Updated sequence of import statements to meet pyline requirement
1 parent 1be4aa3 commit 93130c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/display_text_background_color_padding.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""
22
This examples shows the use color and background_color
33
"""
4+
import time
45
import board
56
import displayio
6-
import time
7+
78

89
# from adafruit_st7789 import ST7789
910
from adafruit_ili9341 import ILI9341

0 commit comments

Comments
 (0)