Merge pull request #16534 from kaizoku/remove-unreachable-return
Remove unreachable return in contentstore course listing
This commit is contained in:
@@ -558,8 +558,6 @@ def course_listing(request):
|
||||
u'optimization_enabled': optimization_enabled
|
||||
})
|
||||
|
||||
return response
|
||||
|
||||
|
||||
def _get_rerun_link_for_item(course_key):
|
||||
""" Returns the rerun link for the given course key. """
|
||||
|
||||
Reference in New Issue
Block a user