Merge pull request #16534 from kaizoku/remove-unreachable-return

Remove unreachable return in contentstore course listing
This commit is contained in:
Ned Batchelder
2017-11-13 12:47:34 -05:00
committed by GitHub

View File

@@ -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. """