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 328541d commit 3e75725Copy full SHA for 3e75725
adafruit_imageload/pnm/ppm_binary.py
@@ -16,7 +16,7 @@
16
17
"""
18
try:
19
- from typing import Tuple, Optional, List, Set
+ from typing import Tuple, Optional, Set
20
from io import BufferedReader
21
from displayio import Palette, Bitmap
22
from ..displayio_types import PaletteConstructor, BitmapConstructor
0 commit comments