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 71bd358 commit 05022b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lms/djangoapps/verify_student/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
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 lms.djangoapps.verify_student.models import SoftwareSecurePhotoVerification, VerificationDeadline, VerificationAttempt
from lms.djangoapps.verify_student.models import (
SoftwareSecurePhotoVerification,
VerificationDeadline,
VerificationAttempt
)

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 05022b7

Please sign in to comment.