Skip to content

Commit

Permalink
fix: connect verify_student handlers to app (#35561)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Sep 30, 2024
1 parent 5043260 commit 06a5560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/verify_student/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def ready(self):
"""
Connect signal handlers.
"""
from lms.djangoapps.verify_student.signals import signals # pylint: disable=unused-import
from lms.djangoapps.verify_student.signals import handlers, signals # pylint: disable=unused-import
from lms.djangoapps.verify_student import tasks # pylint: disable=unused-import

0 comments on commit 06a5560

Please sign in to comment.