Skip to content

Commit

Permalink
fixup: import of CourseOverview model
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Jul 6, 2023
1 parent 720c336 commit db0d41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/appsembler/openedx_api/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from django_filters import rest_framework

from completion.models import BlockCompletion
from lms.djangoapps.content.course_overviews.models import CourseOverview
from openedx.core.djangoapps.content.course_overviews.models import CourseOverview
from lms.djangoapps.certificates.models import GeneratedCertificate
from organizations.models import Organization
from student.models import CourseEnrollment
Expand Down

0 comments on commit db0d41c

Please sign in to comment.