Skip to content

Commit dbe8e89

Browse files
committed
linting
1 parent 55668d0 commit dbe8e89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_epd/ssd1680z.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
`adafruit_epd.ssd1680z` - Adafruit SSD1680Z - ePaper display driver
55
====================================================================================
66
CircuitPython driver for Adafruit SSD1680Z display breakouts
7-
* Author(s): Mikey Sklar Melissa LeBlanc-Williams
7+
* Author(s): Mikey Sklar Melissa LeBlanc-Williams
88
"""
99

1010
import time
@@ -15,7 +15,6 @@
1515
try:
1616
"""Needed for type annotations"""
1717
import typing # pylint: disable=unused-import
18-
from typing_extensions import Literal
1918
from busio import SPI
2019
from digitalio import DigitalInOut
2120

0 commit comments

Comments
 (0)