Skip to content

Commit b787bad

Browse files
committed
adafruit#56 remove dead import
1 parent 47fcbd3 commit b787bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_imageload/bmp/indexed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818

1919
try:
20-
from typing import Tuple, Optional, List
20+
from typing import Tuple, Optional
2121
from displayio import Palette, Bitmap
2222
from io import BufferedReader
2323
from ..displayio_types import Palette_Constructor, Bitmap_Constructor

0 commit comments

Comments
 (0)