missing import

pull/95/head
meeb 2021-02-21 11:52:14 +11:00
parent ea72671351
commit 86068790ed
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from django.core.management.base import BaseCommand, CommandError
from django.utils.translation import gettext_lazy as _
from background_task.models import Task
from sync.models import Source
from sync.tasks import index_source_task
from common.logger import log