diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index 5583a4b4dc..bdf89ea17e 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -2,8 +2,6 @@ <%page args="section_data"/> <%! from django.utils.translation import ugettext as _ -from courseware.courses import get_studio_url -from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_user_partition %>