We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1c565 commit 31ad24fCopy full SHA for 31ad24f
adafruit_clue.py
@@ -78,7 +78,6 @@ def __init__( # pylint: disable=too-many-arguments
78
colors: Optional[Tuple[Tuple[int, int, int], ...]] = None,
79
):
80
# pylint: disable=import-outside-toplevel
81
- import displayio
82
import terminalio
83
from adafruit_display_text import label
84
0 commit comments