Skip to content

Commit 7040e6b

Browse files
committed
Removed unused import
1 parent 739ed0b commit 7040e6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/epd_pillow_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import busio
1111
import board
1212
from PIL import Image, ImageDraw
13-
from adafruit_epd.epd import Adafruit_EPD
1413
from adafruit_epd.il0373 import Adafruit_IL0373
1514
from adafruit_epd.il91874 import Adafruit_IL91874 # pylint: disable=unused-import
1615
from adafruit_epd.il0398 import Adafruit_IL0398 # pylint: disable=unused-import

0 commit comments

Comments
 (0)