Skip to content

Commit 31ad24f

Browse files
committed
remove constructor import displayio
1 parent be1c565 commit 31ad24f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_clue.py

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def __init__( # pylint: disable=too-many-arguments
7878
colors: Optional[Tuple[Tuple[int, int, int], ...]] = None,
7979
):
8080
# pylint: disable=import-outside-toplevel
81-
import displayio
8281
import terminalio
8382
from adafruit_display_text import label
8483

0 commit comments

Comments
 (0)