Skip to content

Commit 85a445d

Browse files
committed
Updated import order
1 parent ae00b32 commit 85a445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rgb_display_pillow_bonnet_buttons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
import time
2828
import random
2929
from colorsys import hsv_to_rgb
30-
from PIL import Image, ImageDraw, ImageFont
3130
import board
3231
from digitalio import DigitalInOut, Direction
32+
from PIL import Image, ImageDraw, ImageFont
3333
import adafruit_rgb_display.st7789 as st7789
3434

3535
# Create the display

0 commit comments

Comments
 (0)