Skip to content

Commit

Permalink
fix: fix typo in import path
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Sep 25, 2024
1 parent 74f3960 commit dc92d75
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

Check failure on line 17 in edx_name_affirmation/models.py

View workflow job for this annotation

GitHub Actions / Tests (ubuntu-20.04, 3.11, 10, django42)

Missing coverage

Missing coverage on line 17
except ImportError:
SoftwareSecurePhotoVerification = None
PlatformVerificationAttempt = None
Expand Down

0 comments on commit dc92d75

Please sign in to comment.