From 3546eab58aa5fd92c5c1df3b411e6b6bafb45f69 Mon Sep 17 00:00:00 2001 From: KyryloKireiev Date: Mon, 27 May 2024 14:42:16 +0300 Subject: [PATCH] fix: [AXM-549] Added missing import --- lms/djangoapps/mobile_api/users/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/mobile_api/users/tests.py b/lms/djangoapps/mobile_api/users/tests.py index 25b2ab2b2aa8..4ebda3ecd47f 100644 --- a/lms/djangoapps/mobile_api/users/tests.py +++ b/lms/djangoapps/mobile_api/users/tests.py @@ -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