Skip to content

Commit

Permalink
fix: [AXM-549] Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed May 27, 2024
1 parent 952eaa9 commit 3546eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/mobile_api/users/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from django.utils.timezone import now
from milestones.tests.utils import MilestonesTestCaseMixin
from opaque_keys.edx.keys import CourseKey
from rest_framework import status

from common.djangoapps.course_modes.models import CourseMode
from common.djangoapps.student.models import CourseEnrollment
Expand Down

0 comments on commit 3546eab

Please sign in to comment.