Unverified Commit e8622f04 by Ned Batchelder Committed by GitHub

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

Remove unreachable return in contentstore course listing
parents fc0dab4c b8893cbb
......@@ -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. """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment