Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit f2b8e07

Browse files
committed
unregister removed tasks
1 parent a862064 commit f2b8e07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from tasks.health_check import health_check_task
2727
from tasks.hourly_check import hourly_check_task
2828
from tasks.http_request import http_request_task
29-
from tasks.label_analysis import label_analysis_task
3029
from tasks.manual_trigger import manual_trigger_task
3130
from tasks.new_user_activated import new_user_activated_task
3231
from tasks.notify import notify_task
@@ -58,6 +57,5 @@
5857
from tasks.trial_expiration_cron import trial_expiration_cron_task
5958
from tasks.update_branches import update_branches_task_name
6059
from tasks.upload import upload_task
61-
from tasks.upload_clean_labels_index import clean_labels_index_task
6260
from tasks.upload_finisher import upload_finisher_task
6361
from tasks.upload_processor import upload_processor_task

0 commit comments

Comments
 (0)