Skip to content

Commit 40fd67e

Browse files
committed
move typing import to proper section
1 parent 69c31c4 commit 40fd67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_slideshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# text slides are an optional feature and require adafruit_display_text
3434
import json
3535

36-
import busdisplay
3736
import terminalio
3837
from adafruit_display_text import bitmap_label
3938

@@ -54,6 +53,7 @@
5453
try:
5554
from typing import Optional
5655

56+
import busdisplay
5757
from pwmio import PWMOut
5858
except ImportError:
5959
pass

0 commit comments

Comments
 (0)