Remove unused httpx import from downloader_base.py

This commit is contained in:
Rafael Moraes
2026-01-03 14:24:06 -03:00
parent 17863b500a
commit 414ce749d6
-1
View File
@@ -5,7 +5,6 @@ import uuid
from io import BytesIO
from pathlib import Path
import httpx
from async_lru import alru_cache
from mutagen.mp4 import MP4, MP4Cover
from PIL import Image