Skip to content

Commit

Permalink
fix: fix typo in import path (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Sep 25, 2024
1 parent 74f3960 commit 97fb8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_name_affirmation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

try:
from lms.djangoapps.verify_student.models import SoftwareSecurePhotoVerification
from lms.djangoapps.verify_studnet.models import VerificationAttempt as PlatformVerificationAttempt
from lms.djangoapps.verify_student.models import VerificationAttempt as PlatformVerificationAttempt
except ImportError:
SoftwareSecurePhotoVerification = None
PlatformVerificationAttempt = None
Expand Down

0 comments on commit 97fb8bc

Please sign in to comment.