Skip to content

Commit

Permalink
feat: incorporate changes in 8.7.0 and add signal hander
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoytman authored and alangsto committed Oct 2, 2023
1 parent 15df1cc commit bf86e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edx_exams/apps/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from edx_exams.apps.core.signals.signals import emit_exam_attempt_submitted_event
from edx_exams.apps.core.statuses import ExamAttemptStatus
from edx_exams.apps.core.signals.signals import emit_exam_attempt_submitted_event
from edx_exams.apps.core.statuses import ExamAttemptStatus

log = logging.getLogger(__name__)

Expand Down

0 comments on commit bf86e41

Please sign in to comment.