Skip to content
Snippets Groups Projects
Unverified Commit 63f8167d authored by Feanil Patel's avatar Feanil Patel
Browse files

Remove the task that is no longer being referenced.

Second phase for removing the task. The references to it were removed
earlier as a part of DEPR-41
parent f21017d5
No related merge requests found
......@@ -550,15 +550,6 @@ def update_library_index(library_id, triggered_time_isoformat):
LOGGER.debug(u'Search indexing successful for library %s', library_id)
@task()
def push_course_update_task(course_key_string, course_subscription_id, course_display_name):
"""
Sends a push notification for a course update.
"""
# TODO Delete once we've done a deploy where nothing is using this. DEPR-41
pass
class CourseExportTask(UserTask): # pylint: disable=abstract-method
"""
Base class for course and library export tasks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment