Remove no longer needed images list

This commit is contained in:
Samuel J. Woodward 2025-01-06 09:22:18 -05:00
parent 56d3b66a5c
commit 661f13f3b3

View File

@ -43,7 +43,6 @@ def yield_images(path: str) -> Generator[str]:
Yields:
image (str): image path
"""
images = []
image_exts = {".jpg", ".jpeg", ".png"}
pil_exts = {"jpeg", "png"}
for r, _, f in os.walk(path):