Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all "labels"-related code #782

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
unregister removed tasks
  • Loading branch information
Swatinem committed Oct 14, 2024
commit f2b8e075e3439e2d58e0fc86ab53b62f51317dd9
2 changes: 0 additions & 2 deletions tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -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
@@ -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
Loading
Oops, something went wrong.