Skip to content

Commit

Permalink
fix: connect verify_student handlers to app
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Sep 30, 2024
1 parent 5043260 commit 5f7d79e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/verify_student/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,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 # pyling: disable=unused-import
from lms.djangoapps.verify_student import tasks # pylint: disable=unused-import

0 comments on commit 5f7d79e

Please sign in to comment.