fixup: typo

This commit is contained in:
tcely 2025-04-13 11:26:27 -04:00 committed by GitHub
parent 950cdbd848
commit cfceae2eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ from background_task.models import Task, CompletedTask
from common.logger import log from common.logger import log
from common.errors import ( NoFormatException, NoMediaException, from common.errors import ( NoFormatException, NoMediaException,
NoMetadataException, DownloadFailedException, ) NoMetadataException, DownloadFailedException, )
from common.utils import ( django_queryset_generator as qa_gen, from common.utils import ( django_queryset_generator as qs_gen,
json_serial, remove_enclosed, ) json_serial, remove_enclosed, )
from .choices import Val, TaskQueue from .choices import Val, TaskQueue
from .models import Source, Media, MediaServer from .models import Source, Media, MediaServer