Skip to content

Commit

Permalink
unregister removed tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Oct 14, 2024
1 parent a862064 commit f2b8e07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from tasks.health_check import health_check_task
from tasks.hourly_check import hourly_check_task
from tasks.http_request import http_request_task
from tasks.label_analysis import label_analysis_task
from tasks.manual_trigger import manual_trigger_task
from tasks.new_user_activated import new_user_activated_task
from tasks.notify import notify_task
Expand Down Expand Up @@ -58,6 +57,5 @@
from tasks.trial_expiration_cron import trial_expiration_cron_task
from tasks.update_branches import update_branches_task_name
from tasks.upload import upload_task
from tasks.upload_clean_labels_index import clean_labels_index_task
from tasks.upload_finisher import upload_finisher_task
from tasks.upload_processor import upload_processor_task

0 comments on commit f2b8e07

Please sign in to comment.