Skip to content
Snippets Groups Projects
Verified Commit 46223d8d authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

scheduler.cli.task: Fix wrong import

parent aa70df4f
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ def archive_tasks(ctx, before, after, batch_index, bulk_index, batch_clean,
"""
from swh.core.utils import grouper
from .backend_es import SWHElasticSearchClient
from swh.scheduler.backend_es import SWHElasticSearchClient
scheduler = ctx.obj['scheduler']
if not scheduler:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment