Skip to content

Commit

Permalink
fixup!: format i swear to god
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraber committed Jan 21, 2025
1 parent 4f1f046 commit a0e022c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kpi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def _get_task_with_retry(model_class: type, uid: str):
time.sleep(SLEEP_TIME)
raise model_class.DoesNotExist


@celery_app.task
def import_in_background(import_task_uid):
import_task = _get_task_with_retry(ImportTask, import_task_uid)
Expand Down

0 comments on commit a0e022c

Please sign in to comment.