Skip to content

Commit

Permalink
fix: remove unused and untested function
Browse files Browse the repository at this point in the history
  • Loading branch information
ashultz0 committed Oct 26, 2023
1 parent 2fde582 commit ad90c05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/djangoapps/student/models/course_enrollment.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ def enrollment_counts(self, course_id):
enroll_dict['total'] = total
return enroll_dict

def enrolled_and_dropped_out_users(self, course_id):
"""Return a queryset of Users in the course."""
return User.objects.filter(
courseenrollment__course_id=course_id
)


# Named tuple for fields pertaining to the state of
# CourseEnrollment for a user in a course. This type
Expand Down

0 comments on commit ad90c05

Please sign in to comment.