Skip to content

Commit 3e75725

Browse files
committed
Linted per pre-commit
1 parent 328541d commit 3e75725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_imageload/pnm/ppm_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
"""
1818
try:
19-
from typing import Tuple, Optional, List, Set
19+
from typing import Tuple, Optional, Set
2020
from io import BufferedReader
2121
from displayio import Palette, Bitmap
2222
from ..displayio_types import PaletteConstructor, BitmapConstructor

0 commit comments

Comments
 (0)