Skip to content

Commit

Permalink
chore: quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Sep 16, 2024
1 parent 147829e commit 74cee8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lms/djangoapps/verify_student/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down
1 change: 0 additions & 1 deletion lms/djangoapps/verify_student/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion lms/djangoapps/verify_student/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74cee8a

Please sign in to comment.