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 unused MutationTestUpload #676

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
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.mutation_test_upload import mutation_test_upload_task
from tasks.new_user_activated import new_user_activated_task
from tasks.notify import notify_task
from tasks.notify_error import notify_error_task
Expand Down
35 changes: 0 additions & 35 deletions tasks/mutation_test_upload.py

This file was deleted.

30 changes: 0 additions & 30 deletions tasks/tests/unit/test_mutation_upload_task.py

This file was deleted.

Loading