Skip to content

Commit 8442993

Browse files
committed
fixup! feat: Add the command to schedule the celery task for populating the index.
1 parent 4f197ff commit 8442993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/core/djangoapps/content/search/management/commands/reindex_studio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"""
1111

1212
import logging
13+
1314
from django.core.management import BaseCommand, CommandError
1415

1516
from ... import api
1617
from ...tasks import rebuild_index_incremental
1718

18-
1919
log = logging.getLogger(__name__)
2020

2121

0 commit comments

Comments
 (0)