Skip to content

Commit

Permalink
fix: duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Zarecor committed Jan 13, 2023
1 parent 5227bb7 commit a20cd56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/djangoapps/certificates/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from simple_history.models import HistoricalRecords

import common.djangoapps.student.api
from common.djangoapps.student import api as student_api
from common.djangoapps.student.models import CourseEnrollment
from common.djangoapps.util.milestones_helpers import fulfill_course_milestone, is_prerequisite_courses_enabled
from lms.djangoapps.badges.events.course_complete import course_badge_check
Expand Down

0 comments on commit a20cd56

Please sign in to comment.