fixup: remove an unused import

This commit is contained in:
tcely 2025-06-15 15:19:57 -04:00 committed by GitHub
parent f6b589bbb0
commit d43b691673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
from django.core.management.base import BaseCommand, CommandError # noqa
from django.db.transaction import atomic
from django.utils.translation import gettext_lazy as _
from background_task.models import Task
from common.logger import log
from sync.models import Source