We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55668d0 commit dbe8e89Copy full SHA for dbe8e89
adafruit_epd/ssd1680z.py
@@ -4,7 +4,7 @@
4
`adafruit_epd.ssd1680z` - Adafruit SSD1680Z - ePaper display driver
5
====================================================================================
6
CircuitPython driver for Adafruit SSD1680Z display breakouts
7
-* Author(s): Mikey Sklar Melissa LeBlanc-Williams
+* Author(s): Mikey Sklar Melissa LeBlanc-Williams
8
"""
9
10
import time
@@ -15,7 +15,6 @@
15
try:
16
"""Needed for type annotations"""
17
import typing # pylint: disable=unused-import
18
- from typing_extensions import Literal
19
from busio import SPI
20
from digitalio import DigitalInOut
21
0 commit comments