diff --git a/lms/djangoapps/verify_student/signals/handlers.py b/lms/djangoapps/verify_student/signals/handlers.py index 6ae57f715fab..9ed2ef6695b1 100644 --- a/lms/djangoapps/verify_student/signals/handlers.py +++ b/lms/djangoapps/verify_student/signals/handlers.py @@ -11,9 +11,7 @@ from common.djangoapps.student.models_api import get_name, get_pending_name_change from lms.djangoapps.verify_student.signals.signals import idv_update_signal from openedx.core.djangoapps.user_api.accounts.signals import USER_RETIRE_LMS_CRITICAL, USER_RETIRE_LMS_MISC -from openedx.core.djangoapps.user_api.accounts.signals import USER_RETIRE_LMS_CRITICAL, USER_RETIRE_LMS_MISC -from lms.djangoapps.verify_student.apps import VerifyStudentConfig from .models import SoftwareSecurePhotoVerification, VerificationDeadline, VerificationAttempt log = logging.getLogger(__name__) diff --git a/lms/djangoapps/verify_student/tests/test_api.py b/lms/djangoapps/verify_student/tests/test_api.py index 4497c877bbc4..860978f0560e 100644 --- a/lms/djangoapps/verify_student/tests/test_api.py +++ b/lms/djangoapps/verify_student/tests/test_api.py @@ -15,7 +15,6 @@ send_approval_email, update_verification_attempt, ) -from lms.djangoapps.verify_student.signals.signals import idv_update_signal from lms.djangoapps.verify_student.exceptions import VerificationAttemptInvalidStatus from lms.djangoapps.verify_student.models import SoftwareSecurePhotoVerification, VerificationAttempt from lms.djangoapps.verify_student.statuses import VerificationAttemptStatus diff --git a/lms/djangoapps/verify_student/tests/test_handlers.py b/lms/djangoapps/verify_student/tests/test_handlers.py index 96bab7e1b27c..40d80712f19d 100644 --- a/lms/djangoapps/verify_student/tests/test_handlers.py +++ b/lms/djangoapps/verify_student/tests/test_handlers.py @@ -20,7 +20,6 @@ _listen_for_lms_retire, _listen_for_lms_retire_verification_attempts ) -from lms.djangoapps.verify_student.signals.signals import idv_update_signal from lms.djangoapps.verify_student.tests.factories import ( SoftwareSecurePhotoVerificationFactory, VerificationAttemptFactory